Html Css Color HEX #9F1290 Dark Magenta

📋 copy color: '#9F1290'

red 159 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #9F1290

Tints of Dark Magenta #9F1290

RGB

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

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

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

R = 49.53%
G = 5.61%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F1290 (or 0x9F1290) is known color: Dark Magenta. HEX triplet: 9F, 12 and 90. RGB value is (159,18,144). Sum of RGB (Red+Green+Blue) = 159+18+144=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1290 is #60ED6F. Grayscale: #4A4A4A. Windows color (decimal): -6352240 or 9441951. OLE color: 9441951.

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

Color convert

RGB 159 18 144 -
CMYK 0 0.89 0.09 0.38
HSL 306.38º 0.8% 0.35% -
HSV(B) 306.38º 0.89% 0.62% -
XYZ 19.55 9.82 27.25 -
YUV 74.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 159 18 144 0 0.89 0.09 0.38 306.38 0.8 0.35
Hex 9F 12 90 0 59 9 26 132 50 23
Octal 237 22 220 0 131 11 46 462 120 43
Binary 10011111 10010 10010000 0 1011001 1001 100110 100110010 1010000 100011

Color Harmonies of #9F1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1290

Black with #9F1290

Text Example


Text Example

White with #9F1290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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