#8E02CA

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

Shades of Dark Violet #8E02CA

Tints of Dark Violet #8E02CA

Color information

#8E02CA (or 0x8E02CA) is unknown color: approx Dark Violet. HEX triplet: 8E, 02 and CA. RGB value is (142,2,202). Sum of RGB (Red+Green+Blue) = 142+2+202=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E02CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E02CA is #71FD35. Grayscale: #424242. Windows color (decimal): -7470390 or 13238926. OLE color: 13238926.

HSL color Cylindrical-coordinate representation of color #8E02CA: hue angle of 282º 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 #8E02CA is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1422202-
CMYK0.300.9900.21
HSL282º98.04%40%-
HSV(B)282º99.01%79.22%-
XYZ21.8410.0656.67-
YUV66.66204.38181.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=41.04%
G=0.58%
B=58.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14222020.300.9900.2128298.0440
Hex8E2CA1E6301511a6228
Octal21623123614302543214250
Binary1000111010110010101111011000110101011000110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E02CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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