#997199

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

Shades of Violet Blue #997199

Tints of Violet Blue #997199

Color information

#997199 (or 0x997199) is unknown color: approx Violet Blue. HEX triplet: 99, 71 and 99. RGB value is (153,113,153). Sum of RGB (Red+Green+Blue) = 153+113+153=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997199 is #668E66. Grayscale: #818181. Windows color (decimal): -6721127 or 10056089. OLE color: 10056089.

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

Color convert

RGB153113153-
CMYK00.2600.4
HSL300º16.39%52.16%-
HSV(B)300º26.14%60%-
XYZ24.7920.8832.86-
YUV129.52141.25144.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=36.52%
G=26.97%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311315300.2600.430016.3952.16
Hex99719901A02812c1034
Octal2311612310320504542064
Binary10011001111000110011001011010010100010010110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997199; }

 p { color: rgb(153,113,153); }

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

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

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

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

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

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

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