#9F02B6

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

Shades of Dark Violet #9F02B6

Tints of Dark Violet #9F02B6

Color information

#9F02B6 (or 0x9F02B6) is unknown color: approx Dark Violet. HEX triplet: 9F, 02 and B6. RGB value is (159,2,182). Sum of RGB (Red+Green+Blue) = 159+2+182=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F02B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02B6 is #60FD49. Grayscale: #444444. Windows color (decimal): -6356298 or 11928223. OLE color: 11928223.

HSL color Cylindrical-coordinate representation of color #9F02B6: hue angle of 292.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02B6 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1592182-
CMYK0.130.9900.29
HSL292.33º97.83%36.08%-
HSV(B)292.33º98.9%71.37%-
XYZ22.7610.7945.14-
YUV69.46191.51191.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.36%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 182 (71.48% from 255) = 53.06%
R=46.36%
G=0.58%
B=53.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15921820.130.9900.29292.3397.8336.08
Hex9F2B6D6301D1246224
Octal23722661514303544414244
Binary100111111010110110110111000110111011001001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F02B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F02B6; }

 p { color: rgb(159,2,182); }

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

<style>
 a { background-color: #9F02B6; }

 a { background-color: rgb(159,2,182); }

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

<style>
 span { border-color: #9F02B6; }

 span { border-color: rgb(159,2,182); }

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