Html Css Color HEX #9D1398 Dark Magenta

📋 copy color: '#9D1398'

red 157 ◦ green 19 ◦ blue 152

#9D1398
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9D1398

Tints of Dark Magenta #9D1398

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 value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D1398 (or 0x9D1398) is known color: 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

RGB 157 19 152 -
CMYK 0 0.88 0.03 0.38
HSL 302.17º 0.78% 0.35% -
HSV(B) 302.17º 0.88% 0.62% -
XYZ 19.81 9.9 30.57 -
YUV 75.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 157 19 152 0 0.88 0.03 0.38 302.17 0.78 0.35
Hex 9D 13 98 0 58 3 26 12E 4E 23
Octal 235 23 230 0 130 3 46 456 116 43
Binary 10011101 10011 10011000 0 1011000 11 100110 100101110 1001110 100011

Color Harmonies of #9D1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1398

Black with #9D1398

Text Example


Text Example

White with #9D1398

Text Example


Text Example

HTML Codes & Css Web 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>