#997299

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

Shades of Violet Blue #997299

Tints of Violet Blue #997299

Color information

#997299 (or 0x997299) is unknown color: approx Violet Blue. HEX triplet: 99, 72 and 99. RGB value is (153,114,153). Sum of RGB (Red+Green+Blue) = 153+114+153=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997299 is #668D66. Grayscale: #818181. Windows color (decimal): -6720871 or 10056345. OLE color: 10056345.

HSL color Cylindrical-coordinate representation of color #997299: 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.25%. Process color model (Four color, CMYK) of #997299 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB153114153-
CMYK00.2500.4
HSL300º16.05%52.35%-
HSV(B)300º25.49%60%-
XYZ24.921.1132.9-
YUV130.11140.92144.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=36.43%
G=27.14%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311415300.2500.430016.0552.35
Hex99729901902812c1034
Octal2311622310310504542064
Binary10011001111001010011001011001010100010010110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997299; }

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

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

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

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

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

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

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

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