Html Css Color HEX #9F1390 Dark Magenta

📋 copy color: '#9F1390'

red 159 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #9F1390

Tints of Dark Magenta #9F1390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

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

R = 49.38%
G = 5.9%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F1390 (or 0x9F1390) is known color: Dark Magenta. HEX triplet: 9F, 13 and 90. RGB value is (159,19,144). Sum of RGB (Red+Green+Blue) = 159+19+144=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1390 is #60EC6F. Grayscale: #4A4A4A. Windows color (decimal): -6351984 or 9442207. OLE color: 9442207.

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

Color convert

RGB 159 19 144 -
CMYK 0 0.88 0.09 0.38
HSL 306.43º 0.79% 0.35% -
HSV(B) 306.43º 0.88% 0.62% -
XYZ 19.56 9.85 27.26 -
YUV 75.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 159 19 144 0 0.88 0.09 0.38 306.43 0.79 0.35
Hex 9F 13 90 0 58 9 26 132 4F 23
Octal 237 23 220 0 130 11 46 462 117 43
Binary 10011111 10011 10010000 0 1011000 1001 100110 100110010 1001111 100011

Color Harmonies of #9F1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1390

Black with #9F1390

Text Example


Text Example

White with #9F1390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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