#8E0AE7

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

Shades of Dark Violet #8E0AE7

Tints of Dark Violet #8E0AE7

Color information

#8E0AE7 (or 0x8E0AE7) is unknown color: approx Dark Violet. HEX triplet: 8E, 0A and E7. RGB value is (142,10,231). Sum of RGB (Red+Green+Blue) = 142+10+231=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 231 (90.62% from 255 or 60.31% from 383); Max value from RGB is 231 - color contains mainly: blue. Hex color #8E0AE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E0AE7 is #71F518. Grayscale: #494949. Windows color (decimal): -7468313 or 15141518. OLE color: 15141518.

HSL color Cylindrical-coordinate representation of color #8E0AE7: hue angle of 275.84º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0AE7 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14210231-
CMYK0.390.9600.09
HSL275.84º91.7%47.25%-
HSV(B)275.84º95.67%90.59%-
XYZ25.6911.7476.51-
YUV74.66216.23176.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 10 (4.30% from 255) = 2.61%
BLUE value IS 231 (90.62% from 255) = 60.31%
R=37.08%
G=2.61%
B=60.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal142102310.390.9600.09275.8491.747.25
Hex8EAE72760091145c2f
Octal216123474714001142413457
Binary100011101010111001111001111100000010011000101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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