#970961

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

Shades of Eggplant #970961

Tints of Eggplant #970961

Color information

#970961 (or 0x970961) is unknown color: approx Eggplant. HEX triplet: 97, 09 and 61. RGB value is (151,9,97). Sum of RGB (Red+Green+Blue) = 151+9+97=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #970961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970961 is #68F69E. Grayscale: #3D3D3D. Windows color (decimal): -6878879 or 6359447. OLE color: 6359447.

HSL color Cylindrical-coordinate representation of color #970961: hue angle of 322.82º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970961 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB151997-
CMYK00.940.360.41
HSL322.82º88.75%31.37%-
HSV(B)322.82º94.04%59.22%-
XYZ15.027.6411.99-
YUV61.49148.04191.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=58.75%
G=3.50%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15199700.940.360.41322.8288.7531.37
Hex9796105E2429143591f
Octal227111410136445150313137
Binary100101111001110000101011110100100101001101000011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970961; }

 p { color: rgb(151,9,97); }

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

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

 a { background-color: rgb(151,9,97); }

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

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

 span { border-color: rgb(151,9,97); }

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