#9806BB

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

Shades of Dark Violet #9806BB

Tints of Dark Violet #9806BB

Color information

#9806BB (or 0x9806BB) is unknown color: approx Dark Violet. HEX triplet: 98, 06 and BB. RGB value is (152,6,187). Sum of RGB (Red+Green+Blue) = 152+6+187=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #9806BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9806BB is #67F944. Grayscale: #454545. Windows color (decimal): -6814021 or 12256920. OLE color: 12256920.

HSL color Cylindrical-coordinate representation of color #9806BB: hue angle of 288.4º 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 #9806BB is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1526187-
CMYK0.190.9700.27
HSL288.4º93.78%37.84%-
HSV(B)288.4º96.79%73.33%-
XYZ21.9810.3947.86-
YUV70.29193.87186.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 6 (2.73% from 255) = 1.74%
BLUE value IS 187 (73.44% from 255) = 54.20%
R=44.06%
G=1.74%
B=54.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15261870.190.9700.27288.493.7837.84
Hex986BB136101B1205e26
Octal23062732314103344013646
Binary10011000110101110111001111000010110111001000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9806BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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