#9909BA

Color #9909BA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9909BA

Tints of Dark Violet #9909BA

Color information

#9909BA (or 0x9909BA) is unknown color: approx Dark Violet. HEX triplet: 99, 09 and BA. RGB value is (153,9,186). Sum of RGB (Red+Green+Blue) = 153+9+186=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #9909BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909BA is #66F645. Grayscale: #474747. Windows color (decimal): -6747718 or 12192153. OLE color: 12192153.

HSL color Cylindrical-coordinate representation of color #9909BA: hue angle of 288.81º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9909BA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1539186-
CMYK0.180.9500.27
HSL288.81º90.77%38.24%-
HSV(B)288.81º95.16%72.94%-
XYZ22.110.5147.32-
YUV72.23192.21185.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=43.97%
G=2.59%
B=53.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15391860.180.9500.27288.8190.7738.24
Hex999BA125F01B1215b26
Octal231112722213703344113346
Binary100110011001101110101001010111110110111001000011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9909BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9909BA; }

 p { color: rgb(153,9,186); }

 H1.HeaderClassName
 {
   color: #9909BA;
 }
 .AnyTagClassName
 {
   color: #9909BA;
 }
</style>
background-color css

<style>
 a { background-color: #9909BA; }

 a { background-color: rgb(153,9,186); }

 div.DivClassName
 {
   background-color: #9909BA;
 }
 .BgClassName
 {
   background-color: #9909BA;
 }
</style>
border-color css

<style>
 span { border-color: #9909BA; }

 span { border-color: rgb(153,9,186); }

 td.TdClassName
 {
   border-color: #9909BA;
 }
 .TagClassName
 {
   border-color: #9909BA;
 }
</style>