Html Css Color HEX #9F1490 Dark Magenta

📋 copy color: '#9F1490'

red 159 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #9F1490

Tints of Dark Magenta #9F1490

RGB

 RED value IS 159 (62.5% from 255) = 49.23%

 GREEN value IS 20 (8.2% from 255) = 6.19%

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

R = 49.23%
G = 6.19%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F1490 (or 0x9F1490) is known color: Dark Magenta. HEX triplet: 9F, 14 and 90. RGB value is (159,20,144). Sum of RGB (Red+Green+Blue) = 159+20+144=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1490 is #60EB6F. Grayscale: #4B4B4B. Windows color (decimal): -6351728 or 9442463. OLE color: 9442463.

HSL color Cylindrical-coordinate representation of color #9F1490: hue angle of 306.47º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1490 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 20 144 -
CMYK 0 0.87 0.09 0.38
HSL 306.47º 0.78% 0.35% -
HSV(B) 306.47º 0.87% 0.62% -
XYZ 19.58 9.88 27.26 -
YUV 75.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 159 20 144 0 0.87 0.09 0.38 306.47 0.78 0.35
Hex 9F 14 90 0 57 9 26 132 4E 23
Octal 237 24 220 0 127 11 46 462 116 43
Binary 10011111 10100 10010000 0 1010111 1001 100110 100110010 1001110 100011

Color Harmonies of #9F1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1490

Black with #9F1490

Text Example


Text Example

White with #9F1490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,20,144); }

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

background-color css

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

 a { background-color: rgb(159,20,144); }

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

border-color css

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

 span { border-color: rgb(159,20,144); }

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