#9D0DAA

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

Shades of Dark Magenta #9D0DAA

Tints of Dark Magenta #9D0DAA

Color information

#9D0DAA (or 0x9D0DAA) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0D and AA. RGB value is (157,13,170). Sum of RGB (Red+Green+Blue) = 157+13+170=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D0DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0DAA is #62F255. Grayscale: #494949. Windows color (decimal): -6484566 or 11144605. OLE color: 11144605.

HSL color Cylindrical-coordinate representation of color #9D0DAA: hue angle of 295.03º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0DAA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15713170-
CMYK0.080.9200.33
HSL295.03º85.79%35.88%-
HSV(B)295.03º92.35%66.67%-
XYZ21.310.3638.91-
YUV73.95182.21187.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.18%
GREEN value IS 13 (5.47% from 255) = 3.82%
BLUE value IS 170 (66.80% from 255) = 50%
R=46.18%
G=3.82%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157131700.080.9200.33295.0385.7935.88
Hex9DDAA85C0211275624
Octal235152521013404144712644
Binary100111011101101010101000101110001000011001001111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,13,170); }

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

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

 a { background-color: rgb(157,13,170); }

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

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

 span { border-color: rgb(157,13,170); }

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