#9D0992

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

Shades of Dark Magenta #9D0992

Tints of Dark Magenta #9D0992

Color information

#9D0992 (or 0x9D0992) is unknown color: approx Dark Magenta. HEX triplet: 9D, 09 and 92. RGB value is (157,9,146). Sum of RGB (Red+Green+Blue) = 157+9+146=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0992 is #62F66D. Grayscale: #444444. Windows color (decimal): -6485614 or 9570717. OLE color: 9570717.

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

Color convert

RGB1579146-
CMYK00.940.070.38
HSL304.46º89.16%32.55%-
HSV(B)304.46º94.27%61.57%-
XYZ19.199.4428-
YUV68.87171.53190.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.32%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=50.32%
G=2.88%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157914600.940.070.38304.4689.1632.55
Hex9D99205E7261305921
Octal23511222013674646013141
Binary10011101100110010010010111101111001101001100001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,9,146); }

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

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

 a { background-color: rgb(157,9,146); }

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

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

 span { border-color: rgb(157,9,146); }

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