#9906BB

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

Shades of Dark Violet #9906BB

Tints of Dark Violet #9906BB

Color information

#9906BB (or 0x9906BB) is unknown color: approx Dark Violet. HEX triplet: 99, 06 and BB. RGB value is (153,6,187). Sum of RGB (Red+Green+Blue) = 153+6+187=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #9906BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9906BB is #66F944. Grayscale: #464646. Windows color (decimal): -6748485 or 12256921. OLE color: 12256921.

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

Color convert

RGB1536187-
CMYK0.180.9700.27
HSL288.73º93.78%37.84%-
HSV(B)288.73º96.79%73.33%-
XYZ22.1710.4947.87-
YUV70.59193.7186.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=44.22%
G=1.73%
B=54.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15361870.180.9700.27288.7393.7837.84
Hex996BB126101B1215e26
Octal23162732214103344113646
Binary10011001110101110111001011000010110111001000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9906BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9906BB; }

 p { color: rgb(153,6,187); }

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

<style>
 a { background-color: #9906BB; }

 a { background-color: rgb(153,6,187); }

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

<style>
 span { border-color: #9906BB; }

 span { border-color: rgb(153,6,187); }

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