COLOR #9075BB

HEX: #9075BB
RGB: (144,117,187)

Color info

#9075BB contains mainly red and blue colors. Web safe color of #9075BB is #9966CC (or #96C).

RGB color model

#9075BB color RGB value is (144,117,187).

  • red value is 144;
  • green value is 117;
  • blue value is 187.
RGB:
(144,117,187)
(56%,46%,73%)

RGB channels and saturation

R 144 of 255 = 56%
G 117 of 255 = 46%
B 187 of 255 = 73%

144
117
187

R + G + B ~ 58%. #9075BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 117 + 187 = 448 (100%)
R 144 of 448 ~ 32.14%
G 117 of 448 ~ 26.12%
B 187 of 448 ~ 41.74%

%32.14
%26.12
%41.74

CMYK color model

#9075BB color CMYK value is (23,37,0,27).

  • cyan value is 22.99%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(23,37,0,27)
C23M37Y0K27 
(23%,37%,0%,27%)
(0.23/0.37/0.00/0.27)	

CMYK percentages

%22.99
%37.43
%0
%26.67

Codes

Color #9075BB in popluar color models

9075BB
RGB144117187
HSL263°33.98%59.61%
HSB/HSV263°37.43%73.33%
CMYK22.99%37.43%0.00%
26.67%

Color #9075BB in popluar number systems.

HEX9075BB
Decimal144117187
Binary10010000111010110111011
Octal220165273

Shades and tints

Shades of #9075BB

#9075BB
(144,117,187)
#836BAA
(131,107,170)
#766199
(118,97,153)
#695788
(105,87,136)
#5C4D77
(92,77,119)
#4F4366
(79,67,102)
#423955
(66,57,85)
#352F44
(53,47,68)
#282533
(40,37,51)
#1B1B22
(27,27,34)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #9075BB

#9075BB
(144,117,187)
#9A81C1
(154,129,193)
#A48DC7
(164,141,199)
#AE99CD
(174,153,205)
#B8A5D3
(184,165,211)
#C2B1D9
(194,177,217)
#CCBDDF
(204,189,223)
#D6C9E5
(214,201,229)
#E0D5EB
(224,213,235)
#EAE1F1
(234,225,241)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9075BB color. Also use rgb(144,117,187) instead hex code.

Text Font Color

.myTextColor { color: #9075BB; }

<p style="color:#9075BB">This sample text font color is #9075BB.</p>

This text font color is #9075BB.


Background Color

.myBgColor { background-color: #9075BB; }

<div style="background-color:#9075BB">Inner text</div>

This div background color is #9075BB.


Border color

.myBorderColor { border: 1px solid #9075BB; }

<div style="border:3px solid #9075BB">Div</div>

This div border color is #9075BB.


Opacity

.myOpacity80 { color: #9075BB; opacity: 0.8; }

<p style="color:#9075BB;opacity:0.8;">80%</p>

Text with #9075BB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9075BB;}

<p style="text-shadow: 3px 3px 1px #9075BB">Text here.</p>

This text has shadow with #9075BB color.

.textShadow {text-shadow: 3px 3px 1px #9075BB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9075BB, 5px 5px 20px red">Text here.</p>

This text has shadow with #9075BB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9075BB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9075BB, Direction=45, Strength=4)">Text</p>

This text has shadow with #9075BB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9075BB;
  -webkit-box-shadow:	1px 1px 3px 2px #9075BB;
  box-shadow:		1px 1px 3px 2px #9075BB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9075BB;
-webkit-box-shadow: 1px 1px 3px 2px #9075BB;
box-shadow:1px 1px 3px 2px #9075BB;">
Div content here</div>
This div box has shadow with color #9075BB.

Preview

Color preview on black background

This text has color #9075BB on black background.


Color preview on white background

This text has color #9075BB on white background.



Black color preview on #9075BB background

This text has black color on #9075BB background.


White color preview on #9075BB background

This text has white color on #9075BB background.