Html Css Color HEX #9D1290 Dark Magenta

📋 copy color: '#9D1290'

red 157 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #9D1290

Tints of Dark Magenta #9D1290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 49.22%
G = 5.64%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D1290 (or 0x9D1290) is known color: Dark Magenta. HEX triplet: 9D, 12 and 90. RGB value is (157,18,144). Sum of RGB (Red+Green+Blue) = 157+18+144=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1290 is #62ED6F. Grayscale: #494949. Windows color (decimal): -6483312 or 9441949. OLE color: 9441949.

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

Color convert

RGB 157 18 144 -
CMYK 0 0.89 0.08 0.38
HSL 305.61º 0.79% 0.34% -
HSV(B) 305.61º 0.89% 0.62% -
XYZ 19.15 9.61 27.23 -
YUV 73.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 157 18 144 0 0.89 0.08 0.38 305.61 0.79 0.34
Hex 9D 12 90 0 59 8 26 132 4F 22
Octal 235 22 220 0 131 10 46 462 117 42
Binary 10011101 10010 10010000 0 1011001 1000 100110 100110010 1001111 100010

Color Harmonies of #9D1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1290

Black with #9D1290

Text Example


Text Example

White with #9D1290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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