#976A93

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

Shades of Violet Blue #976A93

Tints of Violet Blue #976A93

Color information

#976A93 (or 0x976A93) is unknown color: approx Violet Blue. HEX triplet: 97, 6A and 93. RGB value is (151,106,147). Sum of RGB (Red+Green+Blue) = 151+106+147=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #976A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976A93 is #68956C. Grayscale: #7C7C7C. Windows color (decimal): -6853997 or 9661079. OLE color: 9661079.

HSL color Cylindrical-coordinate representation of color #976A93: hue angle of 305.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976A93 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB151106147-
CMYK00.300.030.41
HSL305.33º17.79%50.39%-
HSV(B)305.33º29.8%59.22%-
XYZ23.1818.9930.05-
YUV124.13140.91147.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=37.38%
G=26.24%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110614700.300.030.41305.3317.7950.39
Hex976A9301E3291311232
Octal2271522230363514612262
Binary100101111101010100100110111101110100110011000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,106,147); }

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

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

 a { background-color: rgb(151,106,147); }

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

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

 span { border-color: rgb(151,106,147); }

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