#9912A3

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

Shades of Dark Magenta #9912A3

Tints of Dark Magenta #9912A3

Color information

#9912A3 (or 0x9912A3) is unknown color: approx Dark Magenta. HEX triplet: 99, 12 and A3. RGB value is (153,18,163). Sum of RGB (Red+Green+Blue) = 153+18+163=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 163 - color contains mainly: blue. Hex color #9912A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9912A3 is #66ED5C. Grayscale: #4A4A4A. Windows color (decimal): -6745437 or 10687129. OLE color: 10687129.

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

Color convert

RGB15318163-
CMYK0.060.8900.36
HSL295.86º80.11%35.49%-
HSV(B)295.86º88.96%63.92%-
XYZ19.969.8535.5-
YUV74.9177.73183.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 18 (7.42% from 255) = 5.39%
BLUE value IS 163 (64.06% from 255) = 48.80%
R=45.81%
G=5.39%
B=48.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153181630.060.8900.36295.8680.1135.49
Hex9912A36590241285023
Octal23122243613104445012043
Binary100110011001010100011110101100101001001001010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9912A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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