#976690

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

Shades of Violet Blue #976690

Tints of Violet Blue #976690

Color information

#976690 (or 0x976690) is unknown color: approx Violet Blue. HEX triplet: 97, 66 and 90. RGB value is (151,102,144). Sum of RGB (Red+Green+Blue) = 151+102+144=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #976690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976690 is #68996F. Grayscale: #797979. Windows color (decimal): -6855024 or 9463447. OLE color: 9463447.

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

Color convert

RGB151102144-
CMYK00.320.050.41
HSL308.57º19.37%49.61%-
HSV(B)308.57º32.45%59.22%-
XYZ22.5518.128.69-
YUV121.44140.73149.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=38.04%
G=25.69%
B=36.27%

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
Decimal15110214400.320.050.41308.5719.3749.61
Hex9766900205291351332
Octal2271462200405514652362
Binary10010111110011010010000010000010110100110011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976690; }

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

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

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

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

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

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

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

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