#9F1C98

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

Shades of Dark Magenta #9F1C98

Tints of Dark Magenta #9F1C98

Color information

#9F1C98 (or 0x9F1C98) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1C and 98. RGB value is (159,28,152). Sum of RGB (Red+Green+Blue) = 159+28+152=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C98 is #60E367. Grayscale: #505050. Windows color (decimal): -6349672 or 9968799. OLE color: 9968799.

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

Color convert

RGB15928152-
CMYK00.820.040.38
HSL303.21º70.05%36.67%-
HSV(B)303.21º82.39%62.35%-
XYZ20.3810.4730.65-
YUV81.3167.9183.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 28 (11.33% from 255) = 8.26%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=46.90%
G=8.26%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592815200.820.040.38303.2170.0536.67
Hex9F1C9805242612f4625
Octal23734230012244645710645
Binary100111111110010011000010100101001001101001011111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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