#8E12BD

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

Shades of Dark Violet #8E12BD

Tints of Dark Violet #8E12BD

Color information

#8E12BD (or 0x8E12BD) is unknown color: approx Dark Violet. HEX triplet: 8E, 12 and BD. RGB value is (142,18,189). Sum of RGB (Red+Green+Blue) = 142+18+189=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E12BD is #71ED42. Grayscale: #4A4A4A. Windows color (decimal): -7466307 or 12391054. OLE color: 12391054.

HSL color Cylindrical-coordinate representation of color #8E12BD: hue angle of 283.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E12BD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14218189-
CMYK0.250.9000.26
HSL283.51º82.61%40.59%-
HSV(B)283.51º90.48%74.12%-
XYZ20.569.8648.96-
YUV74.57192.58176.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 18 (7.42% from 255) = 5.16%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=40.69%
G=5.16%
B=54.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142181890.250.9000.26283.5182.6140.59
Hex8E12BD195A01A11c5329
Octal216222753113203243412351
Binary1000111010010101111011100110110100110101000111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E12BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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