COLOR #9A00BB

HEX: #9A00BB
RGB: (154,0,187)

Color info

#9A00BB contains only red and blue colors. Web safe color of #9A00BB is #9900CC (or #90C).

RGB color model

#9A00BB color RGB value is (154,0,187).

  • red value is 154;
  • green value is 0;
  • blue value is 187.
RGB:
(154,0,187)
(60%,0%,73%)

RGB channels and saturation

R 154 of 255 = 60%
G 0 of 255 = 0%
B 187 of 255 = 73%

154
0
187

R + G + B ~ 44%. #9A00BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 0 + 187 = 341 (100%)
R 154 of 341 ~ 45.16%
G 0 of 341 ~ 0%
B 187 of 341 ~ 54.84%

%45.16
%54.84

CMYK color model

#9A00BB color CMYK value is (18,100,0,27).

  • cyan value is 17.65%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(18,100,0,27)
C18M100Y0K27 
(18%,100%,0%,27%)
(0.18/1.00/0.00/0.27)	

CMYK percentages

%17.65
%100
%0
%26.67

Codes

Color #9A00BB in popluar color models

9A00BB
RGB1540187
HSL289°100.00%36.67%
HSB/HSV289°100.00%73.33%
CMYK17.65%100.00%0.00%
26.67%

Color #9A00BB in popluar number systems.

HEX9A00BB
Decimal1540187
Binary10011010010111011
Octal2320273

Shades and tints

Shades of #9A00BB

#9A00BB
(154,0,187)
#8C00AA
(140,0,170)
#7E0099
(126,0,153)
#700088
(112,0,136)
#620077
(98,0,119)
#540066
(84,0,102)
#460055
(70,0,85)
#380044
(56,0,68)
#2A0033
(42,0,51)
#1C0022
(28,0,34)
#0E0011
(14,0,17)
#000000
(0,0,0)

Tints of #9A00BB

#9A00BB
(154,0,187)
#A317C1
(163,23,193)
#AC2EC7
(172,46,199)
#B545CD
(181,69,205)
#BE5CD3
(190,92,211)
#C773D9
(199,115,217)
#D08ADF
(208,138,223)
#D9A1E5
(217,161,229)
#E2B8EB
(226,184,235)
#EBCFF1
(235,207,241)
#F4E6F7
(244,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A00BB color. Also use rgb(154,0,187) instead hex code.

Text Font Color

.myTextColor { color: #9A00BB; }

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

This text font color is #9A00BB.


Background Color

.myBgColor { background-color: #9A00BB; }

<div style="background-color:#9A00BB">Inner text</div>

This div background color is #9A00BB.


Border color

.myBorderColor { border: 1px solid #9A00BB; }

<div style="border:3px solid #9A00BB">Div</div>

This div border color is #9A00BB.


Opacity

.myOpacity80 { color: #9A00BB; opacity: 0.8; }

<p style="color:#9A00BB;opacity:0.8;">80%</p>

Text with #9A00BB 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 #9A00BB;}

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

This text has shadow with #9A00BB color.

.textShadow {text-shadow: 3px 3px 1px #9A00BB, 3px 3px 1px red;}

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

This text has shadow with #9A00BB primary color and red secondary color.


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

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

This text has shadow with #9A00BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A00BB on black background.


Color preview on white background

This text has color #9A00BB on white background.



Black color preview on #9A00BB background

This text has black color on #9A00BB background.


White color preview on #9A00BB background

This text has white color on #9A00BB background.