#9D0B97

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

Shades of Dark Magenta #9D0B97

Tints of Dark Magenta #9D0B97

Color information

#9D0B97 (or 0x9D0B97) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0B and 97. RGB value is (157,11,151). Sum of RGB (Red+Green+Blue) = 157+11+151=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0B97 is #62F468. Grayscale: #464646. Windows color (decimal): -6485097 or 9898909. OLE color: 9898909.

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

Color convert

RGB15711151-
CMYK00.930.040.38
HSL302.47º86.9%32.94%-
HSV(B)302.47º92.99%61.57%-
XYZ19.619.6430.11-
YUV70.61173.37189.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.22%
GREEN value IS 11 (4.69% from 255) = 3.45%
BLUE value IS 151 (59.38% from 255) = 47.34%
R=49.22%
G=3.45%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571115100.930.040.38302.4786.932.94
Hex9DB9705D42612e5721
Octal23513227013544645612741
Binary10011101101110010111010111011001001101001011101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,11,151); }

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

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

 a { background-color: rgb(157,11,151); }

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

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

 span { border-color: rgb(157,11,151); }

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