#8E01E8

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

Shades of Dark Violet #8E01E8

Tints of Dark Violet #8E01E8

Color information

#8E01E8 (or 0x8E01E8) is unknown color: approx Dark Violet. HEX triplet: 8E, 01 and E8. RGB value is (142,1,232). Sum of RGB (Red+Green+Blue) = 142+1+232=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #8E01E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E01E8 is #71FE17. Grayscale: #444444. Windows color (decimal): -7470616 or 15204750. OLE color: 15204750.

HSL color Cylindrical-coordinate representation of color #8E01E8: hue angle of 276.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E01E8 is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1421232-
CMYK0.391.0000.09
HSL276.62º99.14%45.69%-
HSV(B)276.62º99.57%90.98%-
XYZ25.7311.677.23-
YUV69.49219.71179.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 232 (91.02% from 255) = 61.87%
R=37.87%
G=0.27%
B=61.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal14212320.391.0000.09276.6299.1445.69
Hex8E1E8276409115632e
Octal21613504714401142514356
Binary100011101111010001001111100100010011000101011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E01E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,1,232); }

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

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

 a { background-color: rgb(142,1,232); }

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

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

 span { border-color: rgb(142,1,232); }

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