#8E12BA

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

Shades of Dark Violet #8E12BA

Tints of Dark Violet #8E12BA

Color information

#8E12BA (or 0x8E12BA) is unknown color: approx Dark Violet. HEX triplet: 8E, 12 and BA. RGB value is (142,18,186). Sum of RGB (Red+Green+Blue) = 142+18+186=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E12BA is #71ED45. Grayscale: #494949. Windows color (decimal): -7466310 or 12194446. OLE color: 12194446.

HSL color Cylindrical-coordinate representation of color #8E12BA: hue angle of 284.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E12BA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14218186-
CMYK0.240.9000.27
HSL284.29º82.35%40%-
HSV(B)284.29º90.32%72.94%-
XYZ20.239.7347.27-
YUV74.23191.08176.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 18 (7.42% from 255) = 5.20%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=41.04%
G=5.20%
B=53.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142181860.240.9000.27284.2982.3540
Hex8E12BA185A01B11c5228
Octal216222723013203343412250
Binary1000111010010101110101100010110100110111000111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E12BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,18,186); }

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

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

 a { background-color: rgb(142,18,186); }

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

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

 span { border-color: rgb(142,18,186); }

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