#971167

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

Shades of Eggplant #971167

Tints of Eggplant #971167

Color information

#971167 (or 0x971167) is unknown color: approx Eggplant. HEX triplet: 97, 11 and 67. RGB value is (151,17,103). Sum of RGB (Red+Green+Blue) = 151+17+103=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #971167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971167 is #68EE98. Grayscale: #424242. Windows color (decimal): -6876825 or 6754711. OLE color: 6754711.

HSL color Cylindrical-coordinate representation of color #971167: hue angle of 321.49º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971167 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15117103-
CMYK00.890.320.41
HSL321.49º79.76%32.94%-
HSV(B)321.49º88.74%59.22%-
XYZ15.417.9613.56-
YUV66.87148.39188.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=55.72%
G=6.27%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511710300.890.320.41321.4979.7632.94
Hex97116705920291415021
Octal227211470131405150112041
Binary10010111100011100111010110011000001010011010000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971167; }

 p { color: rgb(151,17,103); }

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

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

 a { background-color: rgb(151,17,103); }

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

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

 span { border-color: rgb(151,17,103); }

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