#97015A

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

Shades of Eggplant #97015A

Tints of Eggplant #97015A

Color information

#97015A (or 0x97015A) is unknown color: approx Eggplant. HEX triplet: 97, 01 and 5A. RGB value is (151,1,90). Sum of RGB (Red+Green+Blue) = 151+1+90=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #97015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97015A is #68FEA5. Grayscale: #373737. Windows color (decimal): -6880934 or 5898647. OLE color: 5898647.

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

Color convert

RGB151190-
CMYK00.990.400.41
HSL324.4º98.68%29.8%-
HSV(B)324.4º99.34%59.22%-
XYZ14.627.3410.32-
YUV56147.2195.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.40%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=62.40%
G=0.41%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15119000.990.400.41324.498.6829.8
Hex9715A0632829144631e
Octal22711320143505150414336
Binary100101111101101001100011101000101001101000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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