#99499F

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

Shades of Violet Blue #99499F

Tints of Violet Blue #99499F

Color information

#99499F (or 0x99499F) is unknown color: approx Violet Blue. HEX triplet: 99, 49 and 9F. RGB value is (153,73,159). Sum of RGB (Red+Green+Blue) = 153+73+159=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #99499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99499F is #66B660. Grayscale: #6A6A6A. Windows color (decimal): -6731361 or 10439065. OLE color: 10439065.

HSL color Cylindrical-coordinate representation of color #99499F: hue angle of 295.81º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99499F is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15373159-
CMYK0.040.5400.38
HSL295.81º37.07%45.49%-
HSV(B)295.81º54.09%62.35%-
XYZ21.7814.0434.36-
YUV106.72157.5161.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=39.74%
G=18.96%
B=41.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153731590.040.5400.38295.8137.0745.49
Hex99499F436026128252d
Octal2311112374660464504555
Binary100110011001001100111111001101100100110100101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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