#976998

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

Shades of Violet Blue #976998

Tints of Violet Blue #976998

Color information

#976998 (or 0x976998) is unknown color: approx Violet Blue. HEX triplet: 97, 69 and 98. RGB value is (151,105,152). Sum of RGB (Red+Green+Blue) = 151+105+152=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #976998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976998 is #689667. Grayscale: #7B7B7B. Windows color (decimal): -6854248 or 9988503. OLE color: 9988503.

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

Color convert

RGB151105152-
CMYK0.010.3100.40
HSL298.72º18.58%50.39%-
HSV(B)298.72º30.92%59.61%-
XYZ23.4818.9532.13-
YUV124.11143.74147.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.01%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=37.01%
G=25.74%
B=37.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511051520.010.3100.40298.7218.5850.39
Hex97699811F02812b1332
Octal2271512301370504532362
Binary10010111110100110011000111111010100010010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976998; }

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

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

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

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

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

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

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

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