#970F6A

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

Shades of Eggplant #970F6A

Tints of Eggplant #970F6A

Color information

#970F6A (or 0x970F6A) is unknown color: approx Eggplant. HEX triplet: 97, 0F and 6A. RGB value is (151,15,106). Sum of RGB (Red+Green+Blue) = 151+15+106=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #970F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F6A is #68F095. Grayscale: #414141. Windows color (decimal): -6877334 or 6950807. OLE color: 6950807.

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

Color convert

RGB15115106-
CMYK00.900.300.41
HSL319.85º81.93%32.55%-
HSV(B)319.85º90.07%59.22%-
XYZ15.537.9614.35-
YUV66.04150.56188.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 15 (6.25% from 255) = 5.51%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=55.51%
G=5.51%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511510600.900.300.41319.8581.9332.55
Hex97F6A05A1E291405221
Octal227171520132365150012241
Binary100101111111110101001011010111101010011010000001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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