#97015C

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

Shades of Eggplant #97015C

Tints of Eggplant #97015C

Color information

#97015C (or 0x97015C) is unknown color: approx Eggplant. HEX triplet: 97, 01 and 5C. RGB value is (151,1,92). Sum of RGB (Red+Green+Blue) = 151+1+92=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #97015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97015C is #68FEA3. Grayscale: #383838. Windows color (decimal): -6880932 or 6029719. OLE color: 6029719.

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

Color convert

RGB151192-
CMYK00.990.390.41
HSL323.6º98.68%29.8%-
HSV(B)323.6º99.34%59.22%-
XYZ14.717.3710.77-
YUV56.22148.2195.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=61.89%
G=0.41%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15119200.990.390.41323.698.6829.8
Hex9715C0632729144631e
Octal22711340143475150414336
Binary100101111101110001100011100111101001101000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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