#9C178E

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

Shades of Dark Magenta #9C178E

Tints of Dark Magenta #9C178E

Color information

#9C178E (or 0x9C178E) is unknown color: approx Dark Magenta. HEX triplet: 9C, 17 and 8E. RGB value is (156,23,142). Sum of RGB (Red+Green+Blue) = 156+23+142=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C178E is #63E871. Grayscale: #4B4B4B. Windows color (decimal): -6547570 or 9312156. OLE color: 9312156.

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

Color convert

RGB15623142-
CMYK00.850.090.39
HSL306.32º74.3%35.1%-
HSV(B)306.32º85.26%61.18%-
XYZ18.99.6326.45-
YUV76.33165.06184.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 23 (9.38% from 255) = 7.17%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=48.60%
G=7.17%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562314200.850.090.39306.3274.335.1
Hex9C178E0559271324a23
Octal234272160125114746211243
Binary1001110010111100011100101010110011001111001100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,23,142); }

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

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

 a { background-color: rgb(156,23,142); }

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

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

 span { border-color: rgb(156,23,142); }

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