#9F1697

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

Shades of Dark Magenta #9F1697

Tints of Dark Magenta #9F1697

Color information

#9F1697 (or 0x9F1697) is unknown color: approx Dark Magenta. HEX triplet: 9F, 16 and 97. RGB value is (159,22,151). Sum of RGB (Red+Green+Blue) = 159+22+151=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1697 is #60E968. Grayscale: #4D4D4D. Windows color (decimal): -6351209 or 9901727. OLE color: 9901727.

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

Color convert

RGB15922151-
CMYK00.860.050.38
HSL303.5º75.69%35.49%-
HSV(B)303.5º86.16%62.35%-
XYZ20.1710.1830.18-
YUV77.67169.39186.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 22 (8.98% from 255) = 6.63%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=47.89%
G=6.63%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592215100.860.050.38303.575.6935.49
Hex9F16970565261304c23
Octal23726227012654646011443
Binary100111111011010010111010101101011001101001100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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