#996897

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

Shades of Violet Blue #996897

Tints of Violet Blue #996897

Color information

#996897 (or 0x996897) is unknown color: approx Violet Blue. HEX triplet: 99, 68 and 97. RGB value is (153,104,151). Sum of RGB (Red+Green+Blue) = 153+104+151=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #996897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996897 is #669768. Grayscale: #7B7B7B. Windows color (decimal): -6723433 or 9922713. OLE color: 9922713.

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

Color convert

RGB153104151-
CMYK00.320.010.4
HSL302.45º19.37%50.39%-
HSV(B)302.45º32.03%60%-
XYZ23.6718.9131.68-
YUV124.01143.23148.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 151 (59.38% from 255) = 37.01%
R=37.5%
G=25.49%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310415100.320.010.4302.4519.3750.39
Hex99689702012812e1332
Octal2311502270401504562362
Binary100110011101000100101110100000110100010010111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996897; }

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

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

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

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

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

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

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

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