#97659D

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

Shades of Violet Blue #97659D

Tints of Violet Blue #97659D

Color information

#97659D (or 0x97659D) is unknown color: approx Violet Blue. HEX triplet: 97, 65 and 9D. RGB value is (151,101,157). Sum of RGB (Red+Green+Blue) = 151+101+157=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #97659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97659D is #689A62. Grayscale: #7A7A7A. Windows color (decimal): -6855267 or 10315159. OLE color: 10315159.

HSL color Cylindrical-coordinate representation of color #97659D: hue angle of 293.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97659D is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151101157-
CMYK0.040.3600.38
HSL293.57º22.22%50.59%-
HSV(B)293.57º35.67%61.57%-
XYZ23.518.3234.2-
YUV122.33147.56148.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=36.92%
G=24.69%
B=38.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511011570.040.3600.38293.5722.2250.59
Hex97659D4240261261633
Octal2271452354440464462663
Binary10010111110010110011101100100100010011010010011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97659D; }

 p { color: rgb(151,101,157); }

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

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

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

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

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

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

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