#977799

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

Shades of Violet Blue #977799

Tints of Violet Blue #977799

Color information

#977799 (or 0x977799) is unknown color: approx Violet Blue. HEX triplet: 97, 77 and 99. RGB value is (151,119,153). Sum of RGB (Red+Green+Blue) = 151+119+153=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #977799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977799 is #688866. Grayscale: #848484. Windows color (decimal): -6850663 or 10057623. OLE color: 10057623.

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

Color convert

RGB151119153-
CMYK0.010.2200.4
HSL296.47º14.29%53.33%-
HSV(B)296.47º22.22%60%-
XYZ25.1122.0733.07-
YUV132.44139.6141.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=35.70%
G=28.13%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511191530.010.2200.4296.4714.2953.33
Hex977799116028128e35
Octal2271672311260504501665
Binary1001011111101111001100111011001010001001010001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977799; }

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

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

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

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

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

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

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

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