Html Css Color HEX #9D0998 Dark Magenta

📋 copy color: '#9D0998'

red 157 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #9D0998

Tints of Dark Magenta #9D0998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 49.37%
G = 2.83%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D0998 (or 0x9D0998) is known color: Dark Magenta. HEX triplet: 9D, 09 and 98. RGB value is (157,9,152). Sum of RGB (Red+Green+Blue) = 157+9+152=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0998 is #62F667. Grayscale: #454545. Windows color (decimal): -6485608 or 9963933. OLE color: 9963933.

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

Color convert

RGB 157 9 152 -
CMYK 0 0.94 0.03 0.38
HSL 302.03º 0.89% 0.33% -
HSV(B) 302.03º 0.94% 0.62% -
XYZ 19.67 9.63 30.53 -
YUV 69.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 157 9 152 0 0.94 0.03 0.38 302.03 0.89 0.33
Hex 9D 9 98 0 5E 3 26 12E 59 21
Octal 235 11 230 0 136 3 46 456 131 41
Binary 10011101 1001 10011000 0 1011110 11 100110 100101110 1011001 100001

Color Harmonies of #9D0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0998

Black with #9D0998

Text Example


Text Example

White with #9D0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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