#976795

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

Shades of Violet Blue #976795

Tints of Violet Blue #976795

Color information

#976795 (or 0x976795) is unknown color: approx Violet Blue. HEX triplet: 97, 67 and 95. RGB value is (151,103,149). Sum of RGB (Red+Green+Blue) = 151+103+149=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #976795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976795 is #68986A. Grayscale: #7A7A7A. Windows color (decimal): -6854763 or 9791383. OLE color: 9791383.

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

Color convert

RGB151103149-
CMYK00.320.010.41
HSL302.5º18.9%49.8%-
HSV(B)302.5º31.79%59.22%-
XYZ23.0418.4530.78-
YUV122.6142.9148.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=37.47%
G=25.56%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110314900.320.010.41302.518.949.8
Hex97679502012912e1332
Octal2271472250401514562362
Binary100101111100111100101010100000110100110010111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976795; }

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

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

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

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

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

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

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

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