#976395

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

Shades of Violet Blue #976395

Tints of Violet Blue #976395

Color information

#976395 (or 0x976395) is unknown color: approx Violet Blue. HEX triplet: 97, 63 and 95. RGB value is (151,99,149). Sum of RGB (Red+Green+Blue) = 151+99+149=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #976395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976395 is #689C6A. Grayscale: #787878. Windows color (decimal): -6855787 or 9790359. OLE color: 9790359.

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

Color convert

RGB15199149-
CMYK00.340.010.41
HSL302.31º20.8%49.02%-
HSV(B)302.31º34.44%59.22%-
XYZ22.6517.6730.65-
YUV120.25144.23149.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=37.84%
G=24.81%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519914900.340.010.41302.3120.849.02
Hex97639502212912e1531
Octal2271432250421514562561
Binary100101111100011100101010100010110100110010111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976395; }

 p { color: rgb(151,99,149); }

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

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

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

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

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

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

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