#9806B4

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

Shades of Dark Violet #9806B4

Tints of Dark Violet #9806B4

Color information

#9806B4 (or 0x9806B4) is unknown color: approx Dark Violet. HEX triplet: 98, 06 and B4. RGB value is (152,6,180). Sum of RGB (Red+Green+Blue) = 152+6+180=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #9806B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9806B4 is #67F94B. Grayscale: #444444. Windows color (decimal): -6814028 or 11798168. OLE color: 11798168.

HSL color Cylindrical-coordinate representation of color #9806B4: hue angle of 290.34º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9806B4 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1526180-
CMYK0.160.9700.29
HSL290.34º93.55%36.47%-
HSV(B)290.34º96.67%70.59%-
XYZ21.2510.144.01-
YUV69.49190.37186.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=44.97%
G=1.78%
B=53.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15261800.160.9700.29290.3493.5536.47
Hex986B4106101D1225e24
Octal23062642014103544213644
Binary10011000110101101001000011000010111011001000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9806B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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