#996097

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

Shades of Violet Blue #996097

Tints of Violet Blue #996097

Color information

#996097 (or 0x996097) is unknown color: approx Violet Blue. HEX triplet: 99, 60 and 97. RGB value is (153,96,151). Sum of RGB (Red+Green+Blue) = 153+96+151=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #996097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996097 is #669F68. Grayscale: #777777. Windows color (decimal): -6725481 or 9920665. OLE color: 9920665.

HSL color Cylindrical-coordinate representation of color #996097: hue angle of 302.11º degrees, saturation: 0.23, 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 #996097 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15396151-
CMYK00.370.010.4
HSL302.11º22.89%48.82%-
HSV(B)302.11º37.25%60%-
XYZ22.9117.3731.42-
YUV119.31145.88152.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 151 (59.38% from 255) = 37.75%
R=38.25%
G=24%
B=37.75%

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
Decimal1539615100.370.010.4302.1122.8948.82
Hex99609702512812e1731
Octal2311402270451504562761
Binary100110011100000100101110100101110100010010111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996097; }

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

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

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

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

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

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

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

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