#976A98

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

Shades of Violet Blue #976A98

Tints of Violet Blue #976A98

Color information

#976A98 (or 0x976A98) is unknown color: approx Violet Blue. HEX triplet: 97, 6A and 98. RGB value is (151,106,152). Sum of RGB (Red+Green+Blue) = 151+106+152=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 152 - color contains mainly: blue. Hex color #976A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976A98 is #689567. Grayscale: #7C7C7C. Windows color (decimal): -6853992 or 9988759. OLE color: 9988759.

HSL color Cylindrical-coordinate representation of color #976A98: hue angle of 298.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976A98 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB151106152-
CMYK0.010.3000.40
HSL298.7º18.25%50.59%-
HSV(B)298.7º30.26%59.61%-
XYZ23.5819.1532.16-
YUV124.7143.41146.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=36.92%
G=25.92%
B=37.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511061520.010.3000.40298.718.2550.59
Hex976A9811E02812b1233
Octal2271522301360504532263
Binary10010111110101010011000111110010100010010101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976A98; }

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

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

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

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

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

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

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

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