#970F63

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

Shades of Eggplant #970F63

Tints of Eggplant #970F63

Color information

#970F63 (or 0x970F63) is unknown color: approx Eggplant. HEX triplet: 97, 0F and 63. RGB value is (151,15,99). Sum of RGB (Red+Green+Blue) = 151+15+99=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #970F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F63 is #68F09C. Grayscale: #414141. Windows color (decimal): -6877341 or 6492055. OLE color: 6492055.

HSL color Cylindrical-coordinate representation of color #970F63: hue angle of 322.94º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F63 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1511599-
CMYK00.900.340.41
HSL322.94º81.93%32.55%-
HSV(B)322.94º90.07%59.22%-
XYZ15.197.8212.51-
YUV65.24147.06189.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.98%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=56.98%
G=5.66%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151159900.900.340.41322.9481.9332.55
Hex97F6305A22291435221
Octal227171430132425150312241
Binary1001011111111100011010110101000101010011010000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970F63; }

 p { color: rgb(151,15,99); }

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

<style>
 a { background-color: #970F63; }

 a { background-color: rgb(151,15,99); }

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

<style>
 span { border-color: #970F63; }

 span { border-color: rgb(151,15,99); }

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