Html Css Color HEX #9D0990 Dark Magenta

📋 copy color: '#9D0990'

red 157 ◦ green 9 ◦ blue 144

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

Shades of Dark Magenta #9D0990

Tints of Dark Magenta #9D0990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 50.65%
G = 2.9%
B = 46.45%

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

#9D0990 (or 0x9D0990) is known color: Dark Magenta. HEX triplet: 9D, 09 and 90. RGB value is (157,9,144). Sum of RGB (Red+Green+Blue) = 157+9+144=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0990 is #62F66F. Grayscale: #444444. Windows color (decimal): -6485616 or 9439645. OLE color: 9439645.

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

Color convert

RGB 157 9 144 -
CMYK 0 0.94 0.08 0.38
HSL 305.27º 0.89% 0.33% -
HSV(B) 305.27º 0.94% 0.62% -
XYZ 19.04 9.38 27.19 -
YUV 68.64 170.53 191.02 -
System Red Green Blue C M Y K H S L
Decimal 157 9 144 0 0.94 0.08 0.38 305.27 0.89 0.33
Hex 9D 9 90 0 5E 8 26 131 59 21
Octal 235 11 220 0 136 10 46 461 131 41
Binary 10011101 1001 10010000 0 1011110 1000 100110 100110001 1011001 100001

Color Harmonies of #9D0990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0990

Black with #9D0990

Text Example


Text Example

White with #9D0990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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