#8E02C6

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

Shades of Dark Violet #8E02C6

Tints of Dark Violet #8E02C6

Color information

#8E02C6 (or 0x8E02C6) is unknown color: approx Dark Violet. HEX triplet: 8E, 02 and C6. RGB value is (142,2,198). Sum of RGB (Red+Green+Blue) = 142+2+198=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E02C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E02C6 is #71FD39. Grayscale: #414141. Windows color (decimal): -7470394 or 12976782. OLE color: 12976782.

HSL color Cylindrical-coordinate representation of color #8E02C6: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02C6 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1422198-
CMYK0.280.9900.22
HSL282.86º98%39.22%-
HSV(B)282.86º98.99%77.65%-
XYZ21.379.8754.21-
YUV66.2202.38182.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 198 (77.73% from 255) = 57.89%
R=41.52%
G=0.58%
B=57.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14221980.280.9900.22282.869839.22
Hex8E2C61C6301611b6227
Octal21623063414302643314247
Binary1000111010110001101110011000110101101000110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E02C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,198); }

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

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

 a { background-color: rgb(142,2,198); }

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

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

 span { border-color: rgb(142,2,198); }

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