#976691

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

Shades of Violet Blue #976691

Tints of Violet Blue #976691

Color information

#976691 (or 0x976691) is unknown color: approx Violet Blue. HEX triplet: 97, 66 and 91. RGB value is (151,102,145). Sum of RGB (Red+Green+Blue) = 151+102+145=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #976691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976691 is #68996E. Grayscale: #797979. Windows color (decimal): -6855023 or 9528983. OLE color: 9528983.

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

Color convert

RGB151102145-
CMYK00.320.040.41
HSL307.35º19.37%49.61%-
HSV(B)307.35º32.45%59.22%-
XYZ22.6218.1329.09-
YUV121.55141.23149-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 145 (57.03% from 255) = 36.43%
R=37.94%
G=25.63%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110214500.320.040.41307.3519.3749.61
Hex9766910204291331332
Octal2271462210404514632362
Binary10010111110011010010001010000010010100110011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976691; }

 p { color: rgb(151,102,145); }

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

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

 a { background-color: rgb(151,102,145); }

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

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

 span { border-color: rgb(151,102,145); }

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