#976195

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

Shades of Violet Blue #976195

Tints of Violet Blue #976195

Color information

#976195 (or 0x976195) is unknown color: approx Violet Blue. HEX triplet: 97, 61 and 95. RGB value is (151,97,149). Sum of RGB (Red+Green+Blue) = 151+97+149=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #976195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976195 is #689E6A. Grayscale: #767676. Windows color (decimal): -6856299 or 9789847. OLE color: 9789847.

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

Color convert

RGB15197149-
CMYK00.360.010.41
HSL302.22º21.77%48.63%-
HSV(B)302.22º35.76%59.22%-
XYZ22.4617.330.59-
YUV119.07144.89150.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=38.04%
G=24.43%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519714900.360.010.41302.2221.7748.63
Hex97619502412912e1631
Octal2271412250441514562661
Binary100101111100001100101010100100110100110010111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976195; }

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

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

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

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

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

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

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

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