#99499A

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

Shades of Violet Blue #99499A

Tints of Violet Blue #99499A

Color information

#99499A (or 0x99499A) is unknown color: approx Violet Blue. HEX triplet: 99, 49 and 9A. RGB value is (153,73,154). Sum of RGB (Red+Green+Blue) = 153+73+154=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #99499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99499A is #66B665. Grayscale: #696969. Windows color (decimal): -6731366 or 10111385. OLE color: 10111385.

HSL color Cylindrical-coordinate representation of color #99499A: hue angle of 299.26º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99499A is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15373154-
CMYK0.010.5300.40
HSL299.26º35.68%44.51%-
HSV(B)299.26º52.6%60.39%-
XYZ21.3513.8732.12-
YUV106.15155161.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=40.26%
G=19.21%
B=40.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal153731540.010.5300.40299.2635.6844.51
Hex99499A13502812b242d
Octal2311112321650504534455
Binary1001100110010011001101011101010101000100101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99499A; }

 p { color: rgb(153,73,154); }

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

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

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

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

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

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

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