#99579F

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

Shades of Violet Blue #99579F

Tints of Violet Blue #99579F

Color information

#99579F (or 0x99579F) is unknown color: approx Violet Blue. HEX triplet: 99, 57 and 9F. RGB value is (153,87,159). Sum of RGB (Red+Green+Blue) = 153+87+159=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #99579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99579F is #66A860. Grayscale: #727272. Windows color (decimal): -6727777 or 10442649. OLE color: 10442649.

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

Color convert

RGB15387159-
CMYK0.040.4500.38
HSL295º29.27%48.24%-
HSV(B)295º45.28%62.35%-
XYZ22.816.0934.71-
YUV114.94152.87155.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=38.35%
G=21.80%
B=39.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153871590.040.4500.3829529.2748.24
Hex99579F42D0261271d30
Octal2311272374550464473560
Binary10011001101011110011111100101101010011010010011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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