#8E0EE4

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

Shades of Dark Violet #8E0EE4

Tints of Dark Violet #8E0EE4

Color information

#8E0EE4 (or 0x8E0EE4) is unknown color: approx Dark Violet. HEX triplet: 8E, 0E and E4. RGB value is (142,14,228). Sum of RGB (Red+Green+Blue) = 142+14+228=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 228 (89.45% from 255 or 59.38% from 384); Max value from RGB is 228 - color contains mainly: blue. Hex color #8E0EE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0EE4 is #71F11B. Grayscale: #4B4B4B. Windows color (decimal): -7467292 or 14945934. OLE color: 14945934.

HSL color Cylindrical-coordinate representation of color #8E0EE4: hue angle of 275.89º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0EE4 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14214228-
CMYK0.380.9400.11
HSL275.89º88.43%47.45%-
HSV(B)275.89º93.86%89.41%-
XYZ25.3211.6774.32-
YUV76.67213.41174.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.98%
GREEN value IS 14 (5.86% from 255) = 3.65%
BLUE value IS 228 (89.45% from 255) = 59.38%
R=36.98%
G=3.65%
B=59.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142142280.380.9400.11275.8988.4347.45
Hex8EEE4265E0B114582f
Octal216163444613601342413057
Binary100011101110111001001001101011110010111000101001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,14,228); }

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

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

 a { background-color: rgb(142,14,228); }

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

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

 span { border-color: rgb(142,14,228); }

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