#9C1699

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

Shades of Dark Magenta #9C1699

Tints of Dark Magenta #9C1699

Color information

#9C1699 (or 0x9C1699) is unknown color: approx Dark Magenta. HEX triplet: 9C, 16 and 99. RGB value is (156,22,153). Sum of RGB (Red+Green+Blue) = 156+22+153=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1699 is #63E966. Grayscale: #4C4C4C. Windows color (decimal): -6547815 or 10032796. OLE color: 10032796.

HSL color Cylindrical-coordinate representation of color #9C1699: hue angle of 301.34º 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 #9C1699 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB15622153-
CMYK00.860.020.39
HSL301.34º75.28%34.9%-
HSV(B)301.34º85.9%61.18%-
XYZ19.759.9431.02-
YUV77170.89184.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 22 (8.98% from 255) = 6.65%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=47.13%
G=6.65%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562215300.860.020.39301.3475.2834.9
Hex9C169905622712d4b23
Octal23426231012624745511343
Binary10011100101101001100101010110101001111001011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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