#9F1992

Color #9F1992 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9F1992

Tints of Dark Magenta #9F1992

Color information

#9F1992 (or 0x9F1992) is unknown color: approx 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

RGB15925146-
CMYK00.840.080.38
HSL305.82º72.83%36.08%-
HSV(B)305.82º84.28%62.35%-
XYZ19.8310.1428.11-
YUV78.86165.89185.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592514600.840.080.38305.8272.8336.08
Hex9F19920548261324924
Octal237312220124104646211144
Binary1001111111001100100100101010010001001101001100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>