#8E11DD

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

Shades of Dark Violet #8E11DD

Tints of Dark Violet #8E11DD

Color information

#8E11DD (or 0x8E11DD) is unknown color: approx Dark Violet. HEX triplet: 8E, 11 and DD. RGB value is (142,17,221). Sum of RGB (Red+Green+Blue) = 142+17+221=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11DD is #71EE22. Grayscale: #4C4C4C. Windows color (decimal): -7466531 or 14487950. OLE color: 14487950.

HSL color Cylindrical-coordinate representation of color #8E11DD: hue angle of 276.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E11DD is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14217221-
CMYK0.360.9200.13
HSL276.76º85.71%46.67%-
HSV(B)276.76º92.31%86.67%-
XYZ24.4111.3769.32-
YUV77.63208.91173.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 17 (7.03% from 255) = 4.47%
BLUE value IS 221 (86.72% from 255) = 58.16%
R=37.37%
G=4.47%
B=58.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142172210.360.9200.13276.7685.7146.67
Hex8E11DD245C0D115562f
Octal216213354413401542512657
Binary1000111010001110111011001001011100011011000101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,17,221); }

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

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

 a { background-color: rgb(142,17,221); }

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

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

 span { border-color: rgb(142,17,221); }

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