#976899

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

Shades of Violet Blue #976899

Tints of Violet Blue #976899

Color information

#976899 (or 0x976899) is unknown color: approx Violet Blue. HEX triplet: 97, 68 and 99. RGB value is (151,104,153). Sum of RGB (Red+Green+Blue) = 151+104+153=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #976899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976899 is #689766. Grayscale: #7B7B7B. Windows color (decimal): -6854503 or 10053783. OLE color: 10053783.

HSL color Cylindrical-coordinate representation of color #976899: hue angle of 297.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976899 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151104153-
CMYK0.010.3200.4
HSL297.55º19.37%50.39%-
HSV(B)297.55º32.03%60%-
XYZ23.4618.7832.53-
YUV123.64144.57147.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=37.01%
G=25.49%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511041530.010.3200.4297.5519.3750.39
Hex97689912002812a1332
Octal2271502311400504522362
Binary100101111101000100110011100000010100010010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976899; }

 p { color: rgb(151,104,153); }

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

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

 a { background-color: rgb(151,104,153); }

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

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

 span { border-color: rgb(151,104,153); }

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