#8E07E2

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

Shades of Dark Violet #8E07E2

Tints of Dark Violet #8E07E2

Color information

#8E07E2 (or 0x8E07E2) is unknown color: approx Dark Violet. HEX triplet: 8E, 07 and E2. RGB value is (142,7,226). Sum of RGB (Red+Green+Blue) = 142+7+226=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 226 (88.67% from 255 or 60.27% from 375); Max value from RGB is 226 - color contains mainly: blue. Hex color #8E07E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E07E2 is #71F81D. Grayscale: #474747. Windows color (decimal): -7469086 or 14813070. OLE color: 14813070.

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

Color convert

RGB1427226-
CMYK0.370.9700.11
HSL276.99º93.99%45.69%-
HSV(B)276.99º96.9%88.63%-
XYZ24.9611.3972.84-
YUV72.33214.73177.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 226 (88.67% from 255) = 60.27%
R=37.87%
G=1.87%
B=60.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14272260.370.9700.11276.9993.9945.69
Hex8E7E225610B1155e2e
Octal21673424514101342513656
Binary10001110111111000101001011100001010111000101011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E07E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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