#966797

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

Shades of Violet Blue #966797

Tints of Violet Blue #966797

Color information

#966797 (or 0x966797) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 97. RGB value is (150,103,151). Sum of RGB (Red+Green+Blue) = 150+103+151=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: blue. Hex color #966797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966797 is #699868. Grayscale: #7A7A7A. Windows color (decimal): -6920297 or 9922454. OLE color: 9922454.

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

Color convert

RGB150103151-
CMYK0.010.3200.41
HSL298.75º18.9%49.8%-
HSV(B)298.75º31.79%59.22%-
XYZ23.0118.4231.62-
YUV122.52144.07147.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=37.13%
G=25.50%
B=37.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501031510.010.3200.41298.7518.949.8
Hex96679712002912b1332
Octal2261472271400514532362
Binary100101101100111100101111100000010100110010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966797; }

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

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

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

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

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

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

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

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