#9D12A2

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

Shades of Dark Magenta #9D12A2

Tints of Dark Magenta #9D12A2

Color information

#9D12A2 (or 0x9D12A2) is unknown color: approx Dark Magenta. HEX triplet: 9D, 12 and A2. RGB value is (157,18,162). Sum of RGB (Red+Green+Blue) = 157+18+162=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #9D12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D12A2 is #62ED5D. Grayscale: #4B4B4B. Windows color (decimal): -6483294 or 10621597. OLE color: 10621597.

HSL color Cylindrical-coordinate representation of color #9D12A2: hue angle of 297.92º 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 #9D12A2 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15718162-
CMYK0.030.8900.36
HSL297.92º80%35.29%-
HSV(B)297.92º88.89%63.53%-
XYZ20.6410.2135.07-
YUV75.98176.55185.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.59%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=46.59%
G=5.34%
B=48.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157181620.030.8900.36297.928035.29
Hex9D12A235902412a5023
Octal23522242313104445212043
Binary10011101100101010001011101100101001001001010101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D12A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D12A2; }

 p { color: rgb(157,18,162); }

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

<style>
 a { background-color: #9D12A2; }

 a { background-color: rgb(157,18,162); }

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

<style>
 span { border-color: #9D12A2; }

 span { border-color: rgb(157,18,162); }

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