#8E07D6

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

Shades of Dark Violet #8E07D6

Tints of Dark Violet #8E07D6

Color information

#8E07D6 (or 0x8E07D6) is unknown color: approx Dark Violet. HEX triplet: 8E, 07 and D6. RGB value is (142,7,214). Sum of RGB (Red+Green+Blue) = 142+7+214=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E07D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E07D6 is #71F829. Grayscale: #464646. Windows color (decimal): -7469098 or 14026638. OLE color: 14026638.

HSL color Cylindrical-coordinate representation of color #8E07D6: hue angle of 279.13º degrees, saturation: 0.94, 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 #8E07D6 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1427214-
CMYK0.340.9700.16
HSL279.13º93.67%43.33%-
HSV(B)279.13º96.73%83.92%-
XYZ23.3710.7664.46-
YUV70.96208.73178.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 7 (3.12% from 255) = 1.93%
BLUE value IS 214 (83.98% from 255) = 58.95%
R=39.12%
G=1.93%
B=58.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14272140.340.9700.16279.1393.6743.33
Hex8E7D622610101175e2b
Octal21673264214102042713653
Binary100011101111101011010001011000010100001000101111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E07D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,7,214); }

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

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

 a { background-color: rgb(142,7,214); }

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

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

 span { border-color: rgb(142,7,214); }

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