#977194

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

Shades of Violet Blue #977194

Tints of Violet Blue #977194

Color information

#977194 (or 0x977194) is unknown color: approx Violet Blue. HEX triplet: 97, 71 and 94. RGB value is (151,113,148). Sum of RGB (Red+Green+Blue) = 151+113+148=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 151 - color contains mainly: red. Hex color #977194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977194 is #688E6B. Grayscale: #808080. Windows color (decimal): -6852204 or 9728407. OLE color: 9728407.

HSL color Cylindrical-coordinate representation of color #977194: hue angle of 304.74º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977194 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB151113148-
CMYK00.250.020.41
HSL304.74º15.45%51.76%-
HSV(B)304.74º25.17%59.22%-
XYZ24.0120.5330.71-
YUV128.35139.09144.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.65%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=36.65%
G=27.43%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111314800.250.020.41304.7415.4551.76
Hex977194019229131f34
Octal2271612240312514611764
Binary10010111111000110010100011001101010011001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977194; }

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

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

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

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

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

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

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

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