#997399

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

Shades of Violet Blue #997399

Tints of Violet Blue #997399

Color information

#997399 (or 0x997399) is unknown color: approx Violet Blue. HEX triplet: 99, 73 and 99. RGB value is (153,115,153). Sum of RGB (Red+Green+Blue) = 153+115+153=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997399 is #668C66. Grayscale: #828282. Windows color (decimal): -6720615 or 10056601. OLE color: 10056601.

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

Color convert

RGB153115153-
CMYK00.2500.4
HSL300º15.7%52.55%-
HSV(B)300º24.84%60%-
XYZ25.0221.3332.94-
YUV130.69140.59143.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=36.34%
G=27.32%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311515300.2500.430015.752.55
Hex99739901902812c1035
Octal2311632310310504542065
Binary10011001111001110011001011001010100010010110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997399; }

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

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

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

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

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

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

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

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