#9C117C

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

Shades of Dark Purple #9C117C

Tints of Dark Purple #9C117C

Color information

#9C117C (or 0x9C117C) is unknown color: approx Dark Purple. HEX triplet: 9C, 11 and 7C. RGB value is (156,17,124). Sum of RGB (Red+Green+Blue) = 156+17+124=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C117C is #63EE83. Grayscale: #464646. Windows color (decimal): -6549124 or 8130972. OLE color: 8130972.

HSL color Cylindrical-coordinate representation of color #9C117C: hue angle of 313.81º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C117C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB15617124-
CMYK00.890.210.39
HSL313.81º80.35%33.92%-
HSV(B)313.81º89.1%61.18%-
XYZ17.558.9219.87-
YUV70.76158.05188.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=52.53%
G=5.72%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561712400.890.210.39313.8180.3533.92
Hex9C117C059152713a5022
Octal234211740131254747212042
Binary1001110010001111110001011001101011001111001110101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,17,124); }

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

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

 a { background-color: rgb(156,17,124); }

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

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

 span { border-color: rgb(156,17,124); }

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