Html Css Color HEX #9F1799 Dark Magenta

📋 copy color: '#9F1799'

red 159 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #9F1799

Tints of Dark Magenta #9F1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.87%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 47.46%
G = 6.87%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F1799 (or 0x9F1799) is known color: Dark Magenta. HEX triplet: 9F, 17 and 99. RGB value is (159,23,153). Sum of RGB (Red+Green+Blue) = 159+23+153=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1799 is #60E866. Grayscale: #4E4E4E. Windows color (decimal): -6350951 or 10033055. OLE color: 10033055.

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

Color convert

RGB 159 23 153 -
CMYK 0 0.86 0.04 0.38
HSL 302.65º 0.75% 0.36% -
HSV(B) 302.65º 0.86% 0.62% -
XYZ 20.35 10.28 31.05 -
YUV 78.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 159 23 153 0 0.86 0.04 0.38 302.65 0.75 0.36
Hex 9F 17 99 0 56 4 26 12F 4B 24
Octal 237 27 231 0 126 4 46 457 113 44
Binary 10011111 10111 10011001 0 1010110 100 100110 100101111 1001011 100100

Color Harmonies of #9F1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1799

Black with #9F1799

Text Example


Text Example

White with #9F1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,23,153); }

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

background-color css

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

 a { background-color: rgb(159,23,153); }

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

border-color css

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

 span { border-color: rgb(159,23,153); }

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