#9F1598

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

Shades of Dark Magenta #9F1598

Tints of Dark Magenta #9F1598

Color information

#9F1598 (or 0x9F1598) is unknown color: approx Dark Magenta. HEX triplet: 9F, 15 and 98. RGB value is (159,21,152). Sum of RGB (Red+Green+Blue) = 159+21+152=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1598 is #60EA67. Grayscale: #4C4C4C. Windows color (decimal): -6351464 or 9967007. OLE color: 9967007.

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

Color convert

RGB15921152-
CMYK00.870.040.38
HSL303.04º76.67%35.29%-
HSV(B)303.04º86.79%62.35%-
XYZ20.2310.1730.6-
YUV77.2170.22186.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 21 (8.59% from 255) = 6.33%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=47.89%
G=6.33%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592115200.870.040.38303.0476.6735.29
Hex9F159805742612f4d23
Octal23725230012744645711543
Binary100111111010110011000010101111001001101001011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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