#975497

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

Shades of Violet Blue #975497

Tints of Violet Blue #975497

Color information

#975497 (or 0x975497) is unknown color: approx Violet Blue. HEX triplet: 97, 54 and 97. RGB value is (151,84,151). Sum of RGB (Red+Green+Blue) = 151+84+151=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #975497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975497 is #68AB68. Grayscale: #6F6F6F. Windows color (decimal): -6859625 or 9917591. OLE color: 9917591.

HSL color Cylindrical-coordinate representation of color #975497: hue angle of 300º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975497 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15184151-
CMYK00.4400.41
HSL300º28.51%46.08%-
HSV(B)300º44.37%59.22%-
XYZ21.5215.1531.07-
YUV111.67150.2156.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=39.12%
G=21.76%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518415100.4400.4130028.5146.08
Hex97549702C02912c1d2e
Octal2271242270540514543556
Binary100101111010100100101110101100010100110010110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975497; }

 p { color: rgb(151,84,151); }

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

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

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

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

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

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

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