#8E11D7

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

Shades of Dark Violet #8E11D7

Tints of Dark Violet #8E11D7

Color information

#8E11D7 (or 0x8E11D7) is unknown color: approx Dark Violet. HEX triplet: 8E, 11 and D7. RGB value is (142,17,215). Sum of RGB (Red+Green+Blue) = 142+17+215=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E11D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11D7 is #71EE28. Grayscale: #4C4C4C. Windows color (decimal): -7466537 or 14094734. OLE color: 14094734.

HSL color Cylindrical-coordinate representation of color #8E11D7: hue angle of 277.88º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E11D7 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14217215-
CMYK0.340.9200.16
HSL277.88º85.34%45.49%-
HSV(B)277.88º92.09%84.31%-
XYZ23.6211.0665.18-
YUV76.95205.91174.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 17 (7.03% from 255) = 4.55%
BLUE value IS 215 (84.38% from 255) = 57.49%
R=37.97%
G=4.55%
B=57.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142172150.340.9200.16277.8885.3445.49
Hex8E11D7225C010116552d
Octal216213274213402042612555
Binary10001110100011101011110001010111000100001000101101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E11D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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