#97016A

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

Shades of Eggplant #97016A

Tints of Eggplant #97016A

Color information

#97016A (or 0x97016A) is unknown color: approx Eggplant. HEX triplet: 97, 01 and 6A. RGB value is (151,1,106). Sum of RGB (Red+Green+Blue) = 151+1+106=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #97016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97016A is #68FE95. Grayscale: #393939. Windows color (decimal): -6880918 or 6947223. OLE color: 6947223.

HSL color Cylindrical-coordinate representation of color #97016A: hue angle of 318º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97016A is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB1511106-
CMYK00.990.300.41
HSL318º98.68%29.8%-
HSV(B)318º99.34%59.22%-
XYZ15.377.6414.3-
YUV57.82155.2194.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=58.53%
G=0.39%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151110600.990.300.4131898.6829.8
Hex9716A0631E2913e631e
Octal22711520143365147614336
Binary10010111111010100110001111110101001100111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97016A; }

 p { color: rgb(151,1,106); }

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

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

 a { background-color: rgb(151,1,106); }

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

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

 span { border-color: rgb(151,1,106); }

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