Html Css Color HEX #9D0490 Dark Magenta

📋 copy color: '#9D0490'

red 157 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #9D0490

Tints of Dark Magenta #9D0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 51.48%
G = 1.31%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D0490 (or 0x9D0490) is known color: Dark Magenta. HEX triplet: 9D, 04 and 90. RGB value is (157,4,144). Sum of RGB (Red+Green+Blue) = 157+4+144=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0490 is #62FB6F. Grayscale: #414141. Windows color (decimal): -6486896 or 9438365. OLE color: 9438365.

HSL color Cylindrical-coordinate representation of color #9D0490: hue angle of 305.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D0490 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 4 144 -
CMYK 0 0.97 0.08 0.38
HSL 305.1º 0.95% 0.32% -
HSV(B) 305.1º 0.97% 0.62% -
XYZ 18.98 9.27 27.17 -
YUV 65.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 157 4 144 0 0.97 0.08 0.38 305.1 0.95 0.32
Hex 9D 4 90 0 61 8 26 131 5F 20
Octal 235 4 220 0 141 10 46 461 137 40
Binary 10011101 100 10010000 0 1100001 1000 100110 100110001 1011111 100000

Color Harmonies of #9D0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0490

Black with #9D0490

Text Example


Text Example

White with #9D0490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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