#976297

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

Shades of Violet Blue #976297

Tints of Violet Blue #976297

Color information

#976297 (or 0x976297) is unknown color: approx Violet Blue. HEX triplet: 97, 62 and 97. RGB value is (151,98,151). Sum of RGB (Red+Green+Blue) = 151+98+151=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #976297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976297 is #689D68. Grayscale: #777777. Windows color (decimal): -6856041 or 9921175. OLE color: 9921175.

HSL color Cylindrical-coordinate representation of color #976297: hue angle of 300º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #976297 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15198151-
CMYK00.3500.41
HSL300º21.29%48.82%-
HSV(B)300º35.1%59.22%-
XYZ22.7217.5531.47-
YUV119.89145.56150.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 151 (59.38% from 255) = 37.75%
R=37.75%
G=24.5%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519815100.3500.4130021.2948.82
Hex97629702302912c1531
Octal2271422270430514542561
Binary100101111100010100101110100011010100110010110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976297; }

 p { color: rgb(151,98,151); }

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

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

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

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

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

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

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