#976790

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

Shades of Violet Blue #976790

Tints of Violet Blue #976790

Color information

#976790 (or 0x976790) is unknown color: approx Violet Blue. HEX triplet: 97, 67 and 90. RGB value is (151,103,144). Sum of RGB (Red+Green+Blue) = 151+103+144=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #976790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976790 is #68986F. Grayscale: #797979. Windows color (decimal): -6854768 or 9463703. OLE color: 9463703.

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

Color convert

RGB151103144-
CMYK00.320.050.41
HSL308.75º18.9%49.8%-
HSV(B)308.75º31.79%59.22%-
XYZ22.6518.2928.72-
YUV122.03140.4148.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=37.94%
G=25.88%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110314400.320.050.41308.7518.949.8
Hex9767900205291351332
Octal2271472200405514652362
Binary10010111110011110010000010000010110100110011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976790; }

 p { color: rgb(151,103,144); }

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

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

 a { background-color: rgb(151,103,144); }

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

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

 span { border-color: rgb(151,103,144); }

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