#977498

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

Shades of Violet Blue #977498

Tints of Violet Blue #977498

Color information

#977498 (or 0x977498) is unknown color: approx Violet Blue. HEX triplet: 97, 74 and 98. RGB value is (151,116,152). Sum of RGB (Red+Green+Blue) = 151+116+152=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 152 - color contains mainly: blue. Hex color #977498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977498 is #688B67. Grayscale: #828282. Windows color (decimal): -6851432 or 9991319. OLE color: 9991319.

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

Color convert

RGB151116152-
CMYK0.010.2400.40
HSL298.33º14.88%52.55%-
HSV(B)298.33º23.68%59.61%-
XYZ24.6821.3432.52-
YUV130.57140.1142.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 116 (45.70% from 255) = 27.68%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=36.04%
G=27.68%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511161520.010.2400.40298.3314.8852.55
Hex97749811802812af35
Octal2271642301300504521765
Binary1001011111101001001100011100001010001001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977498; }

 p { color: rgb(151,116,152); }

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

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

 a { background-color: rgb(151,116,152); }

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

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

 span { border-color: rgb(151,116,152); }

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