#9C168C

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

Shades of Dark Magenta #9C168C

Tints of Dark Magenta #9C168C

Color information

#9C168C (or 0x9C168C) is unknown color: approx Dark Magenta. HEX triplet: 9C, 16 and 8C. RGB value is (156,22,140). Sum of RGB (Red+Green+Blue) = 156+22+140=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C168C is #63E973. Grayscale: #4B4B4B. Windows color (decimal): -6547828 or 9180828. OLE color: 9180828.

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

Color convert

RGB15622140-
CMYK00.860.100.39
HSL307.16º75.28%34.9%-
HSV(B)307.16º85.9%61.18%-
XYZ18.739.5425.66-
YUV75.52164.39185.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 22 (8.98% from 255) = 6.92%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=49.06%
G=6.92%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562214000.860.100.39307.1675.2834.9
Hex9C168C056A271334b23
Octal234262140126124746311343
Binary1001110010110100011000101011010101001111001100111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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