#8E0DCC

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

Shades of Dark Violet #8E0DCC

Tints of Dark Violet #8E0DCC

Color information

#8E0DCC (or 0x8E0DCC) is unknown color: approx Dark Violet. HEX triplet: 8E, 0D and CC. RGB value is (142,13,204). Sum of RGB (Red+Green+Blue) = 142+13+204=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E0DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0DCC is #71F233. Grayscale: #484848. Windows color (decimal): -7467572 or 13372814. OLE color: 13372814.

HSL color Cylindrical-coordinate representation of color #8E0DCC: hue angle of 280.52º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0DCC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14213204-
CMYK0.300.9400.2
HSL280.52º88.02%42.55%-
HSV(B)280.52º93.63%80%-
XYZ22.210.457.96-
YUV73.34201.74176.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 13 (5.47% from 255) = 3.62%
BLUE value IS 204 (80.08% from 255) = 56.82%
R=39.55%
G=3.62%
B=56.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal142132040.300.9400.2280.5288.0242.55
Hex8EDCC1E5E014119582b
Octal216153143613602443113053
Binary100011101101110011001111010111100101001000110011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,13,204); }

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

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

 a { background-color: rgb(142,13,204); }

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

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

 span { border-color: rgb(142,13,204); }

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