#8C12AD

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

Shades of Dark Magenta #8C12AD

Tints of Dark Magenta #8C12AD

Color information

#8C12AD (or 0x8C12AD) is unknown color: approx Dark Magenta. HEX triplet: 8C, 12 and AD. RGB value is (140,18,173). Sum of RGB (Red+Green+Blue) = 140+18+173=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C12AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C12AD is #73ED52. Grayscale: #474747. Windows color (decimal): -7597395 or 11342476. OLE color: 11342476.

HSL color Cylindrical-coordinate representation of color #8C12AD: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C12AD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14018173-
CMYK0.190.9000.32
HSL287.23º81.15%37.45%-
HSV(B)287.23º89.6%67.84%-
XYZ18.579.0340.3-
YUV72.15184.92176.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 18 (7.42% from 255) = 5.44%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=42.30%
G=5.44%
B=52.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140181730.190.9000.32287.2381.1537.45
Hex8C12AD135A02011f5125
Octal214222552313204043712145
Binary10001100100101010110110011101101001000001000111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C12AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,18,173); }

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

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

 a { background-color: rgb(140,18,173); }

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

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

 span { border-color: rgb(140,18,173); }

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