#9D0DAC

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

Shades of Dark Magenta #9D0DAC

Tints of Dark Magenta #9D0DAC

Color information

#9D0DAC (or 0x9D0DAC) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0D and AC. RGB value is (157,13,172). Sum of RGB (Red+Green+Blue) = 157+13+172=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0DAC is #62F253. Grayscale: #494949. Windows color (decimal): -6484564 or 11275677. OLE color: 11275677.

HSL color Cylindrical-coordinate representation of color #9D0DAC: hue angle of 294.34º 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 #9D0DAC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15713172-
CMYK0.090.9200.33
HSL294.34º85.95%36.27%-
HSV(B)294.34º92.44%67.45%-
XYZ21.4910.4339.91-
YUV74.18183.21187.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.91%
GREEN value IS 13 (5.47% from 255) = 3.80%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=45.91%
G=3.80%
B=50.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157131720.090.9200.33294.3485.9536.27
Hex9DDAC95C0211265624
Octal235152541113404144612644
Binary100111011101101011001001101110001000011001001101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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