#997499

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

Shades of Violet Blue #997499

Tints of Violet Blue #997499

Color information

#997499 (or 0x997499) is unknown color: approx Violet Blue. HEX triplet: 99, 74 and 99. RGB value is (153,116,153). Sum of RGB (Red+Green+Blue) = 153+116+153=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997499 is #668B66. Grayscale: #838383. Windows color (decimal): -6720359 or 10056857. OLE color: 10056857.

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

Color convert

RGB153116153-
CMYK00.2400.4
HSL300º15.35%52.75%-
HSV(B)300º24.18%60%-
XYZ25.1321.5632.97-
YUV131.28140.26143.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=36.26%
G=27.49%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311615300.2400.430015.3552.75
Hex99749901802812cf35
Octal2311642310300504541765
Binary1001100111101001001100101100001010001001011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997499; }

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

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

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

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

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

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

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

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