Html Css Color HEX #9F1996 Dark Magenta

📋 copy color: '#9F1996'

red 159 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #9F1996

Tints of Dark Magenta #9F1996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 47.6%
G = 7.49%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F1996 (or 0x9F1996) is known color: Dark Magenta. HEX triplet: 9F, 19 and 96. RGB value is (159,25,150). Sum of RGB (Red+Green+Blue) = 159+25+150=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1996 is #60E669. Grayscale: #4E4E4E. Windows color (decimal): -6350442 or 9836959. OLE color: 9836959.

HSL color Cylindrical-coordinate representation of color #9F1996: hue angle of 304.03º 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 #9F1996 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 25 150 -
CMYK 0 0.84 0.06 0.38
HSL 304.03º 0.73% 0.36% -
HSV(B) 304.03º 0.84% 0.62% -
XYZ 20.15 10.27 29.77 -
YUV 79.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 159 25 150 0 0.84 0.06 0.38 304.03 0.73 0.36
Hex 9F 19 96 0 54 6 26 130 49 24
Octal 237 31 226 0 124 6 46 460 111 44
Binary 10011111 11001 10010110 0 1010100 110 100110 100110000 1001001 100100

Color Harmonies of #9F1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1996

Black with #9F1996

Text Example


Text Example

White with #9F1996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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