#9D0D8A

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

Shades of Dark Magenta #9D0D8A

Tints of Dark Magenta #9D0D8A

Color information

#9D0D8A (or 0x9D0D8A) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0D and 8A. RGB value is (157,13,138). Sum of RGB (Red+Green+Blue) = 157+13+138=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0D8A is #62F275. Grayscale: #454545. Windows color (decimal): -6484598 or 9047453. OLE color: 9047453.

HSL color Cylindrical-coordinate representation of color #9D0D8A: hue angle of 307.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0D8A is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15713138-
CMYK00.920.120.38
HSL307.92º84.71%33.33%-
HSV(B)307.92º91.72%61.57%-
XYZ18.649.2924.86-
YUV70.31166.21189.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.97%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=50.97%
G=4.22%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571313800.920.120.38307.9284.7133.33
Hex9DD8A05CC261345521
Octal235152120134144646412541
Binary100111011101100010100101110011001001101001101001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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