#9D0993

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

Shades of Dark Magenta #9D0993

Tints of Dark Magenta #9D0993

Color information

#9D0993 (or 0x9D0993) is unknown color: approx Dark Magenta. HEX triplet: 9D, 09 and 93. RGB value is (157,9,147). Sum of RGB (Red+Green+Blue) = 157+9+147=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0993 is #62F66C. Grayscale: #444444. Windows color (decimal): -6485613 or 9636253. OLE color: 9636253.

HSL color Cylindrical-coordinate representation of color #9D0993: hue angle of 304.05º 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 #9D0993 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB1579147-
CMYK00.940.060.38
HSL304.05º89.16%32.55%-
HSV(B)304.05º94.27%61.57%-
XYZ19.279.4728.42-
YUV68.98172.03190.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.16%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=50.16%
G=2.88%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157914700.940.060.38304.0589.1632.55
Hex9D99305E6261305921
Octal23511223013664646013141
Binary10011101100110010011010111101101001101001100001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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