#9C1697

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

Shades of Dark Magenta #9C1697

Tints of Dark Magenta #9C1697

Color information

#9C1697 (or 0x9C1697) is unknown color: approx Dark Magenta. HEX triplet: 9C, 16 and 97. RGB value is (156,22,151). Sum of RGB (Red+Green+Blue) = 156+22+151=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1697 is #63E968. Grayscale: #4C4C4C. Windows color (decimal): -6547817 or 9901724. OLE color: 9901724.

HSL color Cylindrical-coordinate representation of color #9C1697: hue angle of 302.24º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C1697 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15622151-
CMYK00.860.030.39
HSL302.24º75.28%34.9%-
HSV(B)302.24º85.9%61.18%-
XYZ19.589.8830.15-
YUV76.77169.89184.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 151 (59.38% from 255) = 45.90%
R=47.42%
G=6.69%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562215100.860.030.39302.2475.2834.9
Hex9C169705632712e4b23
Octal23426227012634745611343
Binary10011100101101001011101010110111001111001011101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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