#976B9F

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

Shades of Violet Blue #976B9F

Tints of Violet Blue #976B9F

Color information

#976B9F (or 0x976B9F) is unknown color: approx Violet Blue. HEX triplet: 97, 6B and 9F. RGB value is (151,107,159). Sum of RGB (Red+Green+Blue) = 151+107+159=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #976B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976B9F is #689460. Grayscale: #7D7D7D. Windows color (decimal): -6853729 or 10447767. OLE color: 10447767.

HSL color Cylindrical-coordinate representation of color #976B9F: hue angle of 290.77º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976B9F is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151107159-
CMYK0.050.3300.38
HSL290.77º21.31%52.16%-
HSV(B)290.77º32.7%62.35%-
XYZ24.2819.635.3-
YUV126.08146.58145.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.21%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=36.21%
G=25.66%
B=38.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511071590.050.3300.38290.7721.3152.16
Hex976B9F5210261231534
Octal2271532375410464432564
Binary10010111110101110011111101100001010011010010001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,107,159); }

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

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

 a { background-color: rgb(151,107,159); }

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

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

 span { border-color: rgb(151,107,159); }

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