#8E11CA

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

Shades of Dark Violet #8E11CA

Tints of Dark Violet #8E11CA

Color information

#8E11CA (or 0x8E11CA) is unknown color: approx Dark Violet. HEX triplet: 8E, 11 and CA. RGB value is (142,17,202). Sum of RGB (Red+Green+Blue) = 142+17+202=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E11CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11CA is #71EE35. Grayscale: #4A4A4A. Windows color (decimal): -7466550 or 13242766. OLE color: 13242766.

HSL color Cylindrical-coordinate representation of color #8E11CA: hue angle of 280.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E11CA is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14217202-
CMYK0.300.9200.21
HSL280.54º84.47%42.94%-
HSV(B)280.54º91.58%79.22%-
XYZ22.0210.4256.73-
YUV75.46199.41175.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=39.34%
G=4.71%
B=55.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142172020.300.9200.21280.5484.4742.94
Hex8E11CA1E5C015119542b
Octal216213123613402543112453
Binary1000111010001110010101111010111000101011000110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E11CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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