#8E06AE

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

Shades of Dark Violet #8E06AE

Tints of Dark Violet #8E06AE

Color information

#8E06AE (or 0x8E06AE) is unknown color: approx Dark Violet. HEX triplet: 8E, 06 and AE. RGB value is (142,6,174). Sum of RGB (Red+Green+Blue) = 142+6+174=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E06AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E06AE is #71F951. Grayscale: #414141. Windows color (decimal): -7469394 or 11404942. OLE color: 11404942.

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

Color convert

RGB1426174-
CMYK0.180.9700.32
HSL288.57º93.33%35.29%-
HSV(B)288.57º96.55%68.24%-
XYZ18.868.9440.78-
YUV65.82189.06182.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=44.10%
G=1.86%
B=54.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14261740.180.9700.32288.5793.3335.29
Hex8E6AE12610201215d23
Octal21662562214104044113543
Binary100011101101010111010010110000101000001001000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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