#8E19D0

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

Shades of Dark Violet #8E19D0

Tints of Dark Violet #8E19D0

Color information

#8E19D0 (or 0x8E19D0) is unknown color: approx Dark Violet. HEX triplet: 8E, 19 and D0. RGB value is (142,25,208). Sum of RGB (Red+Green+Blue) = 142+25+208=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 208 (81.64% from 255 or 55.47% from 375); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E19D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E19D0 is #71E62F. Grayscale: #505050. Windows color (decimal): -7464496 or 13638030. OLE color: 13638030.

HSL color Cylindrical-coordinate representation of color #8E19D0: hue angle of 278.36º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E19D0 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14225208-
CMYK0.320.8800.18
HSL278.36º78.54%45.69%-
HSV(B)278.36º87.98%81.57%-
XYZ22.891160.59-
YUV80.84199.76171.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.87%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 208 (81.64% from 255) = 55.47%
R=37.87%
G=6.67%
B=55.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142252080.320.8800.18278.3678.5445.69
Hex8E19D020580121164f2e
Octal216313204013002242611756
Binary10001110110011101000010000010110000100101000101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E19D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,208); }

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

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

 a { background-color: rgb(142,25,208); }

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

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

 span { border-color: rgb(142,25,208); }

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