Shades of Violet Blue #99579F
Tints of Violet Blue #99579F
RGB
CMYK
RGB Variations
Color information
#99579F (or 0x99579F) is known color: 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
| RGB | 153 | 87 | 159 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.38 |
| HSL | 295º | 0.29% | 0.48% | - |
| HSV(B) | 295º | 0.45% | 0.62% | - |
| XYZ | 22.8 | 16.09 | 34.71 | - |
| YUV | 114.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 159 | 0.04 | 0.45 | 0 | 0.38 | 295 | 0.29 | 0.48 |
| Hex | 99 | 57 | 9F | 4 | 2D | 0 | 26 | 127 | 1D | 30 |
| Octal | 231 | 127 | 237 | 4 | 55 | 0 | 46 | 447 | 35 | 60 |
| Binary | 10011001 | 1010111 | 10011111 | 100 | 101101 | 0 | 100110 | 100100111 | 11101 | 110000 |
Color Harmonies of #99579F
Complementary color
Monochromatic Colors of #99579F
Black with #99579F
Text Example
Text Example
White with #99579F
Text Example
Text Example
HTML Codes & Css Web 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>