#976D94

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

Shades of Violet Blue #976D94

Tints of Violet Blue #976D94

Color information

#976D94 (or 0x976D94) is unknown color: approx Violet Blue. HEX triplet: 97, 6D and 94. RGB value is (151,109,148). Sum of RGB (Red+Green+Blue) = 151+109+148=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 151 - color contains mainly: red. Hex color #976D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D94 is #68926B. Grayscale: #7D7D7D. Windows color (decimal): -6853228 or 9727383. OLE color: 9727383.

HSL color Cylindrical-coordinate representation of color #976D94: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D94 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB151109148-
CMYK00.280.020.41
HSL304.29º16.8%50.98%-
HSV(B)304.29º27.81%59.22%-
XYZ23.5819.6530.57-
YUV126140.41145.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=37.01%
G=26.72%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110914800.280.020.41304.2916.850.98
Hex976D9401C2291301133
Octal2271552240342514602163
Binary100101111101101100101000111001010100110011000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,109,148); }

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

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

 a { background-color: rgb(151,109,148); }

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

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

 span { border-color: rgb(151,109,148); }

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