#996F97

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

Shades of Violet Blue #996F97

Tints of Violet Blue #996F97

Color information

#996F97 (or 0x996F97) is unknown color: approx Violet Blue. HEX triplet: 99, 6F and 97. RGB value is (153,111,151). Sum of RGB (Red+Green+Blue) = 153+111+151=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #996F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F97 is #669068. Grayscale: #7F7F7F. Windows color (decimal): -6721641 or 9924505. OLE color: 9924505.

HSL color Cylindrical-coordinate representation of color #996F97: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F97 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153111151-
CMYK00.270.010.4
HSL302.86º17.07%51.76%-
HSV(B)302.86º27.45%60%-
XYZ24.4120.3831.92-
YUV128.12140.91145.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=36.87%
G=26.75%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311115100.270.010.4302.8617.0751.76
Hex996F9701B12812f1134
Octal2311572270331504572164
Binary10011001110111110010111011011110100010010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F97; }

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

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

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

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

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

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

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

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