#8E15C0

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

Shades of Dark Violet #8E15C0

Tints of Dark Violet #8E15C0

Color information

#8E15C0 (or 0x8E15C0) is unknown color: approx Dark Violet. HEX triplet: 8E, 15 and C0. RGB value is (142,21,192). Sum of RGB (Red+Green+Blue) = 142+21+192=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E15C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E15C0 is #71EA3F. Grayscale: #4C4C4C. Windows color (decimal): -7465536 or 12588430. OLE color: 12588430.

HSL color Cylindrical-coordinate representation of color #8E15C0: hue angle of 282.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E15C0 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14221192-
CMYK0.260.8900.25
HSL282.46º80.28%41.76%-
HSV(B)282.46º89.06%75.29%-
XYZ20.9410.0950.71-
YUV76.67193.09174.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=40%
G=5.92%
B=54.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142211920.260.8900.25282.4680.2841.76
Hex8E15C01A5901911a502a
Octal216253003213103143212052
Binary1000111010101110000001101010110010110011000110101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E15C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,192); }

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

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

 a { background-color: rgb(142,21,192); }

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

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

 span { border-color: rgb(142,21,192); }

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