#970F64

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

Shades of Eggplant #970F64

Tints of Eggplant #970F64

Color information

#970F64 (or 0x970F64) is unknown color: approx Eggplant. HEX triplet: 97, 0F and 64. RGB value is (151,15,100). Sum of RGB (Red+Green+Blue) = 151+15+100=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #970F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F64 is #68F09B. Grayscale: #414141. Windows color (decimal): -6877340 or 6557591. OLE color: 6557591.

HSL color Cylindrical-coordinate representation of color #970F64: hue angle of 322.5º 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 #970F64 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB15115100-
CMYK00.900.340.41
HSL322.5º81.93%32.55%-
HSV(B)322.5º90.07%59.22%-
XYZ15.237.8412.77-
YUV65.35147.56189.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.77%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=56.77%
G=5.64%
B=37.59%

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
Decimal1511510000.900.340.41322.581.9332.55
Hex97F6405A22291425221
Octal227171440132425150212241
Binary1001011111111100100010110101000101010011010000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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