#977299

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

Shades of Violet Blue #977299

Tints of Violet Blue #977299

Color information

#977299 (or 0x977299) is unknown color: approx Violet Blue. HEX triplet: 97, 72 and 99. RGB value is (151,114,153). Sum of RGB (Red+Green+Blue) = 151+114+153=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #977299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977299 is #688D66. Grayscale: #818181. Windows color (decimal): -6851943 or 10056343. OLE color: 10056343.

HSL color Cylindrical-coordinate representation of color #977299: hue angle of 296.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977299 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151114153-
CMYK0.010.2500.4
HSL296.92º16.05%52.35%-
HSV(B)296.92º25.49%60%-
XYZ24.5320.9132.88-
YUV129.51141.26143.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=36.12%
G=27.27%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511141530.010.2500.4296.9216.0552.35
Hex9772991190281291034
Octal2271622311310504512064
Binary10010111111001010011001111001010100010010100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977299; }

 p { color: rgb(151,114,153); }

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

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

 a { background-color: rgb(151,114,153); }

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

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

 span { border-color: rgb(151,114,153); }

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