#9D1AA0

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

Shades of Dark Magenta #9D1AA0

Tints of Dark Magenta #9D1AA0

Color information

#9D1AA0 (or 0x9D1AA0) is unknown color: approx Dark Magenta. HEX triplet: 9D, 1A and A0. RGB value is (157,26,160). Sum of RGB (Red+Green+Blue) = 157+26+160=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #9D1AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1AA0 is #62E55F. Grayscale: #505050. Windows color (decimal): -6481248 or 10492573. OLE color: 10492573.

HSL color Cylindrical-coordinate representation of color #9D1AA0: hue angle of 298.66º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1AA0 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15726160-
CMYK0.020.8400.37
HSL298.66º72.04%36.47%-
HSV(B)298.66º83.75%62.75%-
XYZ20.6210.4434.19-
YUV80.44172.9182.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.77%
GREEN value IS 26 (10.55% from 255) = 7.58%
BLUE value IS 160 (62.89% from 255) = 46.65%
R=45.77%
G=7.58%
B=46.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157261600.020.8400.37298.6672.0436.47
Hex9D1AA025402512b4824
Octal23532240212404545311044
Binary10011101110101010000010101010001001011001010111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,26,160); }

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

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

 a { background-color: rgb(157,26,160); }

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

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

 span { border-color: rgb(157,26,160); }

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