Html Css Color HEX #9F1992 Dark Magenta

📋 copy color: '#9F1992'

red 159 ◦ green 25 ◦ blue 146

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

Shades of Dark Magenta #9F1992

Tints of Dark Magenta #9F1992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 48.18%
G = 7.58%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F1992 (or 0x9F1992) is known color: Dark Magenta. HEX triplet: 9F, 19 and 92. RGB value is (159,25,146). Sum of RGB (Red+Green+Blue) = 159+25+146=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1992 is #60E66D. Grayscale: #4E4E4E. Windows color (decimal): -6350446 or 9574815. OLE color: 9574815.

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

Color convert

RGB 159 25 146 -
CMYK 0 0.84 0.08 0.38
HSL 305.82º 0.73% 0.36% -
HSV(B) 305.82º 0.84% 0.62% -
XYZ 19.83 10.14 28.11 -
YUV 78.86 165.89 185.16 -
System Red Green Blue C M Y K H S L
Decimal 159 25 146 0 0.84 0.08 0.38 305.82 0.73 0.36
Hex 9F 19 92 0 54 8 26 132 49 24
Octal 237 31 222 0 124 10 46 462 111 44
Binary 10011111 11001 10010010 0 1010100 1000 100110 100110010 1001001 100100

Color Harmonies of #9F1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1992

Black with #9F1992

Text Example


Text Example

White with #9F1992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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