#9F1C97

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

Shades of Dark Magenta #9F1C97

Tints of Dark Magenta #9F1C97

Color information

#9F1C97 (or 0x9F1C97) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1C and 97. RGB value is (159,28,151). Sum of RGB (Red+Green+Blue) = 159+28+151=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C97 is #60E368. Grayscale: #505050. Windows color (decimal): -6349673 or 9903263. OLE color: 9903263.

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

Color convert

RGB15928151-
CMYK00.820.050.38
HSL303.66º70.05%36.67%-
HSV(B)303.66º82.39%62.35%-
XYZ20.310.4430.22-
YUV81.19167.4183.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 151 (59.38% from 255) = 44.67%
R=47.04%
G=8.28%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592815100.820.050.38303.6670.0536.67
Hex9F1C970525261304625
Octal23734227012254646010645
Binary100111111110010010111010100101011001101001100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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