#976198

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

Shades of Violet Blue #976198

Tints of Violet Blue #976198

Color information

#976198 (or 0x976198) is unknown color: approx Violet Blue. HEX triplet: 97, 61 and 98. RGB value is (151,97,152). Sum of RGB (Red+Green+Blue) = 151+97+152=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #976198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976198 is #689E67. Grayscale: #777777. Windows color (decimal): -6856296 or 9986455. OLE color: 9986455.

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

Color convert

RGB15197152-
CMYK0.010.3600.40
HSL298.91º22.09%48.82%-
HSV(B)298.91º36.18%59.61%-
XYZ22.717.431.87-
YUV119.42146.39150.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 152 (59.77% from 255) = 38%
R=37.75%
G=24.25%
B=38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151971520.010.3600.40298.9122.0948.82
Hex97619812402812b1631
Octal2271412301440504532661
Binary100101111100001100110001100100010100010010101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976198; }

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

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

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

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

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

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

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

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