#997696

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

Shades of Violet Blue #997696

Tints of Violet Blue #997696

Color information

#997696 (or 0x997696) is unknown color: approx Violet Blue. HEX triplet: 99, 76 and 96. RGB value is (153,118,150). Sum of RGB (Red+Green+Blue) = 153+118+150=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #997696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997696 is #668969. Grayscale: #848484. Windows color (decimal): -6719850 or 9860761. OLE color: 9860761.

HSL color Cylindrical-coordinate representation of color #997696: hue angle of 305.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997696 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB153118150-
CMYK00.230.020.4
HSL305.14º14.64%53.14%-
HSV(B)305.14º22.88%60%-
XYZ25.1221.9331.76-
YUV132.11138.1142.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=36.34%
G=28.03%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311815000.230.020.4305.1414.6453.14
Hex997696017228131f35
Octal2311662260272504611765
Binary10011001111011010010110010111101010001001100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997696; }

 p { color: rgb(153,118,150); }

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

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

 a { background-color: rgb(153,118,150); }

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

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

 span { border-color: rgb(153,118,150); }

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