#9C0174

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

Shades of Eggplant #9C0174

Tints of Eggplant #9C0174

Color information

#9C0174 (or 0x9C0174) is unknown color: approx Eggplant. HEX triplet: 9C, 01 and 74. RGB value is (156,1,116). Sum of RGB (Red+Green+Blue) = 156+1+116=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0174 is #63FE8B. Grayscale: #3C3C3C. Windows color (decimal): -6553228 or 7602588. OLE color: 7602588.

HSL color Cylindrical-coordinate representation of color #9C0174: hue angle of 315.48º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0174 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB1561116-
CMYK00.990.260.39
HSL315.48º98.73%30.78%-
HSV(B)315.48º99.36%61.18%-
XYZ16.878.3517.25-
YUV60.46159.35196.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=57.14%
G=0.37%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156111600.990.260.39315.4898.7330.78
Hex9C1740631A2713b631f
Octal23411640143324747314337
Binary10011100111101000110001111010100111100111011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,1,116); }

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

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

 a { background-color: rgb(156,1,116); }

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

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

 span { border-color: rgb(156,1,116); }

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