#8F02C9

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

Shades of Dark Violet #8F02C9

Tints of Dark Violet #8F02C9

Color information

#8F02C9 (or 0x8F02C9) is unknown color: approx Dark Violet. HEX triplet: 8F, 02 and C9. RGB value is (143,2,201). Sum of RGB (Red+Green+Blue) = 143+2+201=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F02C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02C9 is #70FD36. Grayscale: #424242. Windows color (decimal): -7404855 or 13173391. OLE color: 13173391.

HSL color Cylindrical-coordinate representation of color #8F02C9: hue angle of 282.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02C9 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1432201-
CMYK0.290.9900.21
HSL282.51º98.03%39.8%-
HSV(B)282.51º99%78.82%-
XYZ21.8910.156.05-
YUV66.84203.71182.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 201 (78.91% from 255) = 58.09%
R=41.33%
G=0.58%
B=58.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14322010.290.9900.21282.5198.0339.8
Hex8F2C91D6301511b6228
Octal21723113514302543314250
Binary1000111110110010011110111000110101011000110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F02C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F02C9; }

 p { color: rgb(143,2,201); }

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

<style>
 a { background-color: #8F02C9; }

 a { background-color: rgb(143,2,201); }

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

<style>
 span { border-color: #8F02C9; }

 span { border-color: rgb(143,2,201); }

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