#976E9A

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

Shades of Violet Blue #976E9A

Tints of Violet Blue #976E9A

Color information

#976E9A (or 0x976E9A) is unknown color: approx Violet Blue. HEX triplet: 97, 6E and 9A. RGB value is (151,110,154). Sum of RGB (Red+Green+Blue) = 151+110+154=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 154 - color contains mainly: blue. Hex color #976E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976E9A is #689165. Grayscale: #7F7F7F. Windows color (decimal): -6852966 or 10120855. OLE color: 10120855.

HSL color Cylindrical-coordinate representation of color #976E9A: hue angle of 295.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #976E9A is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151110154-
CMYK0.020.2900.40
HSL295.91º17.89%51.76%-
HSV(B)295.91º28.57%60.39%-
XYZ24.1720.0633.17-
YUV127.28143.08144.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=36.39%
G=26.51%
B=37.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511101540.020.2900.40295.9117.8951.76
Hex976E9A21D0281281234
Octal2271562322350504502264
Binary100101111101110100110101011101010100010010100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976E9A; }

 p { color: rgb(151,110,154); }

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

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

 a { background-color: rgb(151,110,154); }

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

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

 span { border-color: rgb(151,110,154); }

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