#9D1398

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

Shades of Dark Magenta #9D1398

Tints of Dark Magenta #9D1398

Color information

#9D1398 (or 0x9D1398) is unknown color: approx Dark Magenta. HEX triplet: 9D, 13 and 98. RGB value is (157,19,152). Sum of RGB (Red+Green+Blue) = 157+19+152=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1398 is #62EC67. Grayscale: #4B4B4B. Windows color (decimal): -6483048 or 9966493. OLE color: 9966493.

HSL color Cylindrical-coordinate representation of color #9D1398: hue angle of 302.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1398 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15719152-
CMYK00.880.030.38
HSL302.17º78.41%34.51%-
HSV(B)302.17º87.9%61.57%-
XYZ19.89.930.57-
YUV75.42171.22186.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 19 (7.81% from 255) = 5.79%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=47.87%
G=5.79%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571915200.880.030.38302.1778.4134.51
Hex9D139805832612e4e23
Octal23523230013034645611643
Binary10011101100111001100001011000111001101001011101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,152); }

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

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

 a { background-color: rgb(157,19,152); }

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

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

 span { border-color: rgb(157,19,152); }

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