#8E09AE

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

Shades of Dark Violet #8E09AE

Tints of Dark Violet #8E09AE

Color information

#8E09AE (or 0x8E09AE) is unknown color: approx Dark Violet. HEX triplet: 8E, 09 and AE. RGB value is (142,9,174). Sum of RGB (Red+Green+Blue) = 142+9+174=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E09AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E09AE is #71F651. Grayscale: #434343. Windows color (decimal): -7468626 or 11405710. OLE color: 11405710.

HSL color Cylindrical-coordinate representation of color #8E09AE: hue angle of 288.36º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E09AE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1429174-
CMYK0.180.9500.32
HSL288.36º90.16%35.88%-
HSV(B)288.36º94.83%68.24%-
XYZ18.89940.79-
YUV67.58188.06181.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 9 (3.91% from 255) = 2.77%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=43.69%
G=2.77%
B=53.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14291740.180.9500.32288.3690.1635.88
Hex8E9AE125F0201205a24
Octal216112562213704044013244
Binary1000111010011010111010010101111101000001001000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,174); }

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

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

 a { background-color: rgb(142,9,174); }

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

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

 span { border-color: rgb(142,9,174); }

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