#9912a4

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

Shades of Dark Magenta #9912A4

Tints of Dark Magenta #9912A4

Color information

#9912A4 (or 0x9912A4) is unknown color: approx Dark Magenta. HEX triplet: 99, 12 and A4. RGB value is (153,18,164). Sum of RGB (Red+Green+Blue) = 153+18+164=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #9912A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9912A4 is #66ED5B. Grayscale: #4A4A4A. Windows color (decimal): -6745436 or 10752665. OLE color: 10752665.

HSL color Cylindrical-coordinate representation of color #9912A4: hue angle of 295.48º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9912A4 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15318164-
CMYK0.070.8900.36
HSL295.48º80.22%35.69%-
HSV(B)295.48º89.02%64.31%-
XYZ20.059.8935.97-
YUV75.01178.23183.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=45.67%
G=5.37%
B=48.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153181640.070.8900.36295.4880.2235.69
Hex9912A47590241275024
Octal23122244713104444712044
Binary100110011001010100100111101100101001001001001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9912a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9912a4; }

 p { color: rgb(153,18,164); }

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

<style>
 a { background-color: #9912a4; }

 a { background-color: rgb(153,18,164); }

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

<style>
 span { border-color: #9912a4; }

 span { border-color: rgb(153,18,164); }

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