#8E06D5

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

Shades of Dark Violet #8E06D5

Tints of Dark Violet #8E06D5

Color information

#8E06D5 (or 0x8E06D5) is unknown color: approx Dark Violet. HEX triplet: 8E, 06 and D5. RGB value is (142,6,213). Sum of RGB (Red+Green+Blue) = 142+6+213=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #8E06D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E06D5 is #71F92A. Grayscale: #454545. Windows color (decimal): -7469355 or 13960846. OLE color: 13960846.

HSL color Cylindrical-coordinate representation of color #8E06D5: hue angle of 279.42º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E06D5 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1426213-
CMYK0.330.9700.16
HSL279.42º94.52%42.94%-
HSV(B)279.42º97.18%83.53%-
XYZ23.2310.6963.79-
YUV70.26208.56179.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 6 (2.73% from 255) = 1.66%
BLUE value IS 213 (83.59% from 255) = 59.00%
R=39.34%
G=1.66%
B=59.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14262130.330.9700.16279.4294.5242.94
Hex8E6D521610101175f2b
Octal21663254114102042713753
Binary100011101101101010110000111000010100001000101111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E06D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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