#8E0EC4

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

Shades of Dark Violet #8E0EC4

Tints of Dark Violet #8E0EC4

Color information

#8E0EC4 (or 0x8E0EC4) is unknown color: approx Dark Violet. HEX triplet: 8E, 0E and C4. RGB value is (142,14,196). Sum of RGB (Red+Green+Blue) = 142+14+196=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #8E0EC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0EC4 is #71F13B. Grayscale: #484848. Windows color (decimal): -7467324 or 12848782. OLE color: 12848782.

HSL color Cylindrical-coordinate representation of color #8E0EC4: hue angle of 282.2º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0EC4 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14214196-
CMYK0.280.9300.23
HSL282.2º86.67%41.18%-
HSV(B)282.2º92.86%76.86%-
XYZ21.2810.0553.04-
YUV73.02197.41177.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 14 (5.86% from 255) = 3.98%
BLUE value IS 196 (76.95% from 255) = 55.68%
R=40.34%
G=3.98%
B=55.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142141960.280.9300.23282.286.6741.18
Hex8EEC41C5D01711a5729
Octal216163043413502743212751
Binary100011101110110001001110010111010101111000110101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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