#996197

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

Shades of Violet Blue #996197

Tints of Violet Blue #996197

Color information

#996197 (or 0x996197) is unknown color: approx Violet Blue. HEX triplet: 99, 61 and 97. RGB value is (153,97,151). Sum of RGB (Red+Green+Blue) = 153+97+151=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #996197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996197 is #669E68. Grayscale: #777777. Windows color (decimal): -6725225 or 9920921. OLE color: 9920921.

HSL color Cylindrical-coordinate representation of color #996197: hue angle of 302.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996197 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15397151-
CMYK00.370.010.4
HSL302.14º22.4%49.02%-
HSV(B)302.14º36.6%60%-
XYZ2317.5631.45-
YUV119.9145.55151.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 151 (59.38% from 255) = 37.66%
R=38.15%
G=24.19%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539715100.370.010.4302.1422.449.02
Hex99619702512812e1631
Octal2311412270451504562661
Binary100110011100001100101110100101110100010010111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996197; }

 p { color: rgb(153,97,151); }

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

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

 a { background-color: rgb(153,97,151); }

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

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

 span { border-color: rgb(153,97,151); }

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