#9F1998

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

Shades of Dark Magenta #9F1998

Tints of Dark Magenta #9F1998

Color information

#9F1998 (or 0x9F1998) is unknown color: approx Dark Magenta. HEX triplet: 9F, 19 and 98. RGB value is (159,25,152). Sum of RGB (Red+Green+Blue) = 159+25+152=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1998 is #60E667. Grayscale: #4F4F4F. Windows color (decimal): -6350440 or 9968031. OLE color: 9968031.

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

Color convert

RGB15925152-
CMYK00.840.040.38
HSL303.13º72.83%36.08%-
HSV(B)303.13º84.28%62.35%-
XYZ20.3110.3330.63-
YUV79.54168.89184.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 25 (10.16% from 255) = 7.44%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=47.32%
G=7.44%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592515200.840.040.38303.1372.8336.08
Hex9F199805442612f4924
Octal23731230012444645711144
Binary100111111100110011000010101001001001101001011111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F1998;
 }
 .AnyTagClassName
 {
   color: #9F1998;
 }
</style>
background-color css

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

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

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

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

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

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