Html Css Color HEX #9D1899 Dark Magenta

📋 copy color: '#9D1899'

red 157 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #9D1899

Tints of Dark Magenta #9D1899

RGB

 RED value IS 157 (61.72% from 255) = 47.01%

 GREEN value IS 24 (9.77% from 255) = 7.19%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 47.01%
G = 7.19%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D1899 (or 0x9D1899) is known color: Dark Magenta. HEX triplet: 9D, 18 and 99. RGB value is (157,24,153). Sum of RGB (Red+Green+Blue) = 157+24+153=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1899 is #62E766. Grayscale: #4E4E4E. Windows color (decimal): -6481767 or 10033309. OLE color: 10033309.

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

Color convert

RGB 157 24 153 -
CMYK 0 0.85 0.03 0.38
HSL 301.8º 0.73% 0.35% -
HSV(B) 301.8º 0.85% 0.62% -
XYZ 19.98 10.12 31.04 -
YUV 78.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 157 24 153 0 0.85 0.03 0.38 301.8 0.73 0.35
Hex 9D 18 99 0 55 3 26 12E 49 23
Octal 235 30 231 0 125 3 46 456 111 43
Binary 10011101 11000 10011001 0 1010101 11 100110 100101110 1001001 100011

Color Harmonies of #9D1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1899

Black with #9D1899

Text Example


Text Example

White with #9D1899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,153); }

 H1.HeaderClassName
 {
   color: #9D1899;
 }
 .AnyTagClassName
 {
   color: #9D1899;
 }
</style>

background-color css

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

 a { background-color: rgb(157,24,153); }

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

border-color css

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

 span { border-color: rgb(157,24,153); }

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