#8E0AC0

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

Shades of Dark Violet #8E0AC0

Tints of Dark Violet #8E0AC0

Color information

#8E0AC0 (or 0x8E0AC0) is unknown color: approx Dark Violet. HEX triplet: 8E, 0A and C0. RGB value is (142,10,192). Sum of RGB (Red+Green+Blue) = 142+10+192=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E0AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0AC0 is #71F53F. Grayscale: #454545. Windows color (decimal): -7468352 or 12585614. OLE color: 12585614.

HSL color Cylindrical-coordinate representation of color #8E0AC0: hue angle of 283.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0AC0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14210192-
CMYK0.260.9500.25
HSL283.52º90.1%39.61%-
HSV(B)283.52º94.79%75.29%-
XYZ20.789.7750.66-
YUV70.22196.73179.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 10 (4.30% from 255) = 2.91%
BLUE value IS 192 (75.39% from 255) = 55.81%
R=41.28%
G=2.91%
B=55.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142101920.260.9500.25283.5290.139.61
Hex8EAC01A5F01911c5a28
Octal216123003213703143413250
Binary100011101010110000001101010111110110011000111001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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