#976196

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

Shades of Violet Blue #976196

Tints of Violet Blue #976196

Color information

#976196 (or 0x976196) is unknown color: approx Violet Blue. HEX triplet: 97, 61 and 96. RGB value is (151,97,150). Sum of RGB (Red+Green+Blue) = 151+97+150=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #976196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976196 is #689E69. Grayscale: #777777. Windows color (decimal): -6856298 or 9855383. OLE color: 9855383.

HSL color Cylindrical-coordinate representation of color #976196: hue angle of 301.11º 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 #976196 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15197150-
CMYK00.360.010.41
HSL301.11º21.77%48.63%-
HSV(B)301.11º35.76%59.22%-
XYZ22.5417.3331.01-
YUV119.19145.39150.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=37.94%
G=24.37%
B=37.69%

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
Decimal1519715000.360.010.41301.1121.7748.63
Hex97619602412912d1631
Octal2271412260441514552661
Binary100101111100001100101100100100110100110010110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976196; }

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

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

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

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

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

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

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

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