#97759B

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

Shades of Violet Blue #97759B

Tints of Violet Blue #97759B

Color information

#97759B (or 0x97759B) is unknown color: approx Violet Blue. HEX triplet: 97, 75 and 9B. RGB value is (151,117,155). Sum of RGB (Red+Green+Blue) = 151+117+155=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #97759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97759B is #688A64. Grayscale: #838383. Windows color (decimal): -6851173 or 10188183. OLE color: 10188183.

HSL color Cylindrical-coordinate representation of color #97759B: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97759B is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151117155-
CMYK0.030.2500.39
HSL293.68º15.97%53.33%-
HSV(B)293.68º24.52%60.78%-
XYZ25.0421.6733.87-
YUV131.5141.26141.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=35.70%
G=27.66%
B=36.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511171550.030.2500.39293.6815.9753.33
Hex97759B3190271261035
Octal2271652333310474462065
Binary100101111110101100110111111001010011110010011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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