#8E06B5

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

Shades of Dark Violet #8E06B5

Tints of Dark Violet #8E06B5

Color information

#8E06B5 (or 0x8E06B5) is unknown color: approx Dark Violet. HEX triplet: 8E, 06 and B5. RGB value is (142,6,181). Sum of RGB (Red+Green+Blue) = 142+6+181=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E06B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E06B5 is #71F94A. Grayscale: #424242. Windows color (decimal): -7469387 or 11863694. OLE color: 11863694.

HSL color Cylindrical-coordinate representation of color #8E06B5: hue angle of 286.63º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E06B5 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1426181-
CMYK0.220.9700.29
HSL286.63º93.58%36.67%-
HSV(B)286.63º96.69%70.98%-
XYZ19.569.2244.46-
YUV66.61192.56181.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 181 (71.09% from 255) = 55.02%
R=43.16%
G=1.82%
B=55.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14261810.220.9700.29286.6393.5836.67
Hex8E6B5166101D11f5e25
Octal21662652614103543713645
Binary10001110110101101011011011000010111011000111111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E06B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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