#8E0ED0

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

Shades of Dark Violet #8E0ED0

Tints of Dark Violet #8E0ED0

Color information

#8E0ED0 (or 0x8E0ED0) is unknown color: approx Dark Violet. HEX triplet: 8E, 0E and D0. RGB value is (142,14,208). Sum of RGB (Red+Green+Blue) = 142+14+208=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E0ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0ED0 is #71F12F. Grayscale: #494949. Windows color (decimal): -7467312 or 13635214. OLE color: 13635214.

HSL color Cylindrical-coordinate representation of color #8E0ED0: hue angle of 279.59º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0ED0 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14214208-
CMYK0.320.9300.18
HSL279.59º87.39%43.53%-
HSV(B)279.59º93.27%81.57%-
XYZ22.710.6260.53-
YUV74.39203.41176.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 14 (5.86% from 255) = 3.85%
BLUE value IS 208 (81.64% from 255) = 57.14%
R=39.01%
G=3.85%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142142080.320.9300.18279.5987.3943.53
Hex8EED0205D012118572c
Octal216163204013502243012754
Binary1000111011101101000010000010111010100101000110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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