#996997

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

Shades of Violet Blue #996997

Tints of Violet Blue #996997

Color information

#996997 (or 0x996997) is unknown color: approx Violet Blue. HEX triplet: 99, 69 and 97. RGB value is (153,105,151). Sum of RGB (Red+Green+Blue) = 153+105+151=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #996997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996997 is #669668. Grayscale: #7C7C7C. Windows color (decimal): -6723177 or 9922969. OLE color: 9922969.

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

Color convert

RGB153105151-
CMYK00.310.010.4
HSL302.5º19.05%50.59%-
HSV(B)302.5º31.37%60%-
XYZ23.7719.1131.71-
YUV124.6142.9148.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 151 (59.38% from 255) = 36.92%
R=37.41%
G=25.67%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310515100.310.010.4302.519.0550.59
Hex99699701F12812e1333
Octal2311512270371504562363
Binary10011001110100110010111011111110100010010111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996997; }

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

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

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

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

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

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

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

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