#97015D

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

Shades of Eggplant #97015D

Tints of Eggplant #97015D

Color information

#97015D (or 0x97015D) is unknown color: approx Eggplant. HEX triplet: 97, 01 and 5D. RGB value is (151,1,93). Sum of RGB (Red+Green+Blue) = 151+1+93=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97015D is #68FEA2. Grayscale: #383838. Windows color (decimal): -6880931 or 6095255. OLE color: 6095255.

HSL color Cylindrical-coordinate representation of color #97015D: hue angle of 323.2º 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 #97015D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB151193-
CMYK00.990.380.41
HSL323.2º98.68%29.8%-
HSV(B)323.2º99.34%59.22%-
XYZ14.757.3911.01-
YUV56.34148.7195.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=61.63%
G=0.41%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15119300.990.380.41323.298.6829.8
Hex9715D0632629143631e
Octal22711350143465150314336
Binary100101111101110101100011100110101001101000011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97015D; }

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

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

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

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

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

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

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

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