#970F6F

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

Shades of Eggplant #970F6F

Tints of Eggplant #970F6F

Color information

#970F6F (or 0x970F6F) is unknown color: approx Eggplant. HEX triplet: 97, 0F and 6F. RGB value is (151,15,111). Sum of RGB (Red+Green+Blue) = 151+15+111=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #970F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F6F is #68F090. Grayscale: #424242. Windows color (decimal): -6877329 or 7278487. OLE color: 7278487.

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

Color convert

RGB15115111-
CMYK00.900.260.41
HSL317.65º81.93%32.55%-
HSV(B)317.65º90.07%59.22%-
XYZ15.88.0715.76-
YUV66.61153.06188.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=54.51%
G=5.42%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511511100.900.260.41317.6581.9332.55
Hex97F6F05A1A2913e5221
Octal227171570132325147612241
Binary100101111111110111101011010110101010011001111101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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