#97759A

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

Shades of Violet Blue #97759A

Tints of Violet Blue #97759A

Color information

#97759A (or 0x97759A) is unknown color: approx Violet Blue. HEX triplet: 97, 75 and 9A. RGB value is (151,117,154). Sum of RGB (Red+Green+Blue) = 151+117+154=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #97759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97759A is #688A65. Grayscale: #838383. Windows color (decimal): -6851174 or 10122647. OLE color: 10122647.

HSL color Cylindrical-coordinate representation of color #97759A: hue angle of 295.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97759A is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151117154-
CMYK0.020.2400.40
HSL295.14º15.48%53.14%-
HSV(B)295.14º24.03%60.39%-
XYZ24.9621.6333.43-
YUV131.38140.76141.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=35.78%
G=27.73%
B=36.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511171540.020.2400.40295.1415.4853.14
Hex97759A218028127f35
Octal2271652322300504471765
Binary10010111111010110011010101100001010001001001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97759A; }

 p { color: rgb(151,117,154); }

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

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

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

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

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

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

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