#976296

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

Shades of Violet Blue #976296

Tints of Violet Blue #976296

Color information

#976296 (or 0x976296) is unknown color: approx Violet Blue. HEX triplet: 97, 62 and 96. RGB value is (151,98,150). Sum of RGB (Red+Green+Blue) = 151+98+150=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #976296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976296 is #689D69. Grayscale: #777777. Windows color (decimal): -6856042 or 9855639. OLE color: 9855639.

HSL color Cylindrical-coordinate representation of color #976296: hue angle of 301.13º 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 #976296 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15198150-
CMYK00.350.010.41
HSL301.13º21.29%48.82%-
HSV(B)301.13º35.1%59.22%-
XYZ22.6417.5231.04-
YUV119.78145.06150.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=37.84%
G=24.56%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519815000.350.010.41301.1321.2948.82
Hex97629602312912d1531
Octal2271422260431514552561
Binary100101111100010100101100100011110100110010110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976296; }

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

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

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

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

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

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

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

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