#9D0A94

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

Shades of Dark Magenta #9D0A94

Tints of Dark Magenta #9D0A94

Color information

#9D0A94 (or 0x9D0A94) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0A and 94. RGB value is (157,10,148). Sum of RGB (Red+Green+Blue) = 157+10+148=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0A94 is #62F56B. Grayscale: #454545. Windows color (decimal): -6485356 or 9702045. OLE color: 9702045.

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

Color convert

RGB15710148-
CMYK00.940.060.38
HSL303.67º88.02%32.75%-
HSV(B)303.67º93.63%61.57%-
XYZ19.369.5228.83-
YUV69.68172.2190.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=49.84%
G=3.17%
B=46.98%

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
Decimal1571014800.940.060.38303.6788.0232.75
Hex9DA9405E6261305821
Octal23512224013664646013041
Binary10011101101010010100010111101101001101001100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,10,148); }

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

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

 a { background-color: rgb(157,10,148); }

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

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

 span { border-color: rgb(157,10,148); }

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