Html Css Color HEX #9D0991 Dark Magenta

📋 copy color: '#9D0991'

red 157 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #9D0991

Tints of Dark Magenta #9D0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 50.48%
G = 2.89%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D0991 (or 0x9D0991) is known color: Dark Magenta. HEX triplet: 9D, 09 and 91. RGB value is (157,9,145). Sum of RGB (Red+Green+Blue) = 157+9+145=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0991 is #62F66E. Grayscale: #444444. Windows color (decimal): -6485615 or 9505181. OLE color: 9505181.

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

Color convert

RGB 157 9 145 -
CMYK 0 0.94 0.08 0.38
HSL 304.86º 0.89% 0.33% -
HSV(B) 304.86º 0.94% 0.62% -
XYZ 19.11 9.41 27.6 -
YUV 68.76 171.03 190.94 -
System Red Green Blue C M Y K H S L
Decimal 157 9 145 0 0.94 0.08 0.38 304.86 0.89 0.33
Hex 9D 9 91 0 5E 8 26 131 59 21
Octal 235 11 221 0 136 10 46 461 131 41
Binary 10011101 1001 10010001 0 1011110 1000 100110 100110001 1011001 100001

Color Harmonies of #9D0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0991

Black with #9D0991

Text Example


Text Example

White with #9D0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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