#8E0ACE

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

Shades of Dark Violet #8E0ACE

Tints of Dark Violet #8E0ACE

Color information

#8E0ACE (or 0x8E0ACE) is unknown color: approx Dark Violet. HEX triplet: 8E, 0A and CE. RGB value is (142,10,206). Sum of RGB (Red+Green+Blue) = 142+10+206=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0ACE is #71F531. Grayscale: #474747. Windows color (decimal): -7468338 or 13503118. OLE color: 13503118.

HSL color Cylindrical-coordinate representation of color #8E0ACE: hue angle of 280.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0ACE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14210206-
CMYK0.310.9500.19
HSL280.41º90.74%42.35%-
HSV(B)280.41º95.15%80.78%-
XYZ22.410.4259.22-
YUV71.81203.73178.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 206 (80.86% from 255) = 57.54%
R=39.66%
G=2.79%
B=57.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142102060.310.9500.19280.4190.7442.35
Hex8EACE1F5F0131185b2a
Octal216123163713702343013352
Binary100011101010110011101111110111110100111000110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,206); }

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

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

 a { background-color: rgb(142,10,206); }

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

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

 span { border-color: rgb(142,10,206); }

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