#976793

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

Shades of Violet Blue #976793

Tints of Violet Blue #976793

Color information

#976793 (or 0x976793) is unknown color: approx Violet Blue. HEX triplet: 97, 67 and 93. RGB value is (151,103,147). Sum of RGB (Red+Green+Blue) = 151+103+147=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #976793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976793 is #68986C. Grayscale: #7A7A7A. Windows color (decimal): -6854765 or 9660311. OLE color: 9660311.

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

Color convert

RGB151103147-
CMYK00.320.030.41
HSL305º18.9%49.8%-
HSV(B)305º31.79%59.22%-
XYZ22.8818.3929.95-
YUV122.37141.9148.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=37.66%
G=25.69%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110314700.320.030.4130518.949.8
Hex9767930203291311332
Octal2271472230403514612362
Binary1001011111001111001001101000001110100110011000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976793; }

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

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

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

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

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

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

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

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