Html Css Color HEX #9F1997 Dark Magenta

📋 copy color: '#9F1997'

red 159 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #9F1997

Tints of Dark Magenta #9F1997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 47.46%
G = 7.46%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F1997 (or 0x9F1997) is known color: Dark Magenta. HEX triplet: 9F, 19 and 97. RGB value is (159,25,151). Sum of RGB (Red+Green+Blue) = 159+25+151=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1997 is #60E668. Grayscale: #4F4F4F. Windows color (decimal): -6350441 or 9902495. OLE color: 9902495.

HSL color Cylindrical-coordinate representation of color #9F1997: hue angle of 303.58º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1997 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 25 151 -
CMYK 0 0.84 0.05 0.38
HSL 303.58º 0.73% 0.36% -
HSV(B) 303.58º 0.84% 0.62% -
XYZ 20.23 10.3 30.2 -
YUV 79.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 159 25 151 0 0.84 0.05 0.38 303.58 0.73 0.36
Hex 9F 19 97 0 54 5 26 130 49 24
Octal 237 31 227 0 124 5 46 460 111 44
Binary 10011111 11001 10010111 0 1010100 101 100110 100110000 1001001 100100

Color Harmonies of #9F1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1997

Black with #9F1997

Text Example


Text Example

White with #9F1997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,151); }

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

background-color css

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

 a { background-color: rgb(159,25,151); }

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

border-color css

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

 span { border-color: rgb(159,25,151); }

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