#97005d

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

Shades of Eggplant #97005D

Tints of Eggplant #97005D

Color information

#97005D (or 0x97005D) is unknown color: approx Eggplant. HEX triplet: 97, 00 and 5D. RGB value is (151,0,93). Sum of RGB (Red+Green+Blue) = 151+0+93=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #97005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97005D is #68FFA2. Grayscale: #373737. Windows color (decimal): -6881187 or 6094999. OLE color: 6094999.

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

Color convert

RGB151093-
CMYK010.380.41
HSL323.05º100%29.61%-
HSV(B)323.05º100%59.22%-
XYZ14.747.3711-
YUV55.75149.03195.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=61.89%
G=0%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151093010.380.41323.0510029.61
Hex9705D0642629143641e
Octal22701350144465150314436
Binary100101110101110101100100100110101001101000011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97005d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97005d; }

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

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

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

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

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

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

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

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