Shades of Violet Blue #99559F
Tints of Violet Blue #99559F
RGB
CMYK
RGB Variations
Color information
#99559F (or 0x99559F) is known color: Violet Blue. HEX triplet: 99, 55 and 9F. RGB value is (153,85,159). Sum of RGB (Red+Green+Blue) = 153+85+159=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #99559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99559F is #66AA60. Grayscale: #717171. Windows color (decimal): -6728289 or 10442137. OLE color: 10442137.
HSL color Cylindrical-coordinate representation of color #99559F: hue angle of 295.14º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99559F is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 85 | 159 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.38 |
| HSL | 295.14º | 0.3% | 0.48% | - |
| HSV(B) | 295.14º | 0.47% | 0.62% | - |
| XYZ | 22.64 | 15.77 | 34.65 | - |
| YUV | 113.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 159 | 0.04 | 0.47 | 0 | 0.38 | 295.14 | 0.3 | 0.48 |
| Hex | 99 | 55 | 9F | 4 | 2F | 0 | 26 | 127 | 1E | 30 |
| Octal | 231 | 125 | 237 | 4 | 57 | 0 | 46 | 447 | 36 | 60 |
| Binary | 10011001 | 1010101 | 10011111 | 100 | 101111 | 0 | 100110 | 100100111 | 11110 | 110000 |
Color Harmonies of #99559F
Complementary color
Monochromatic Colors of #99559F
Black with #99559F
Text Example
Text Example
White with #99559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99559F; }
p { color: rgb(153,85,159); }
H1.HeaderClassName
{
color: #99559F;
}
.AnyTagClassName
{
color: #99559F;
}
</style>
background-color css
<style>
a { background-color: #99559F; }
a { background-color: rgb(153,85,159); }
div.DivClassName
{
background-color: #99559F;
}
.BgClassName
{
background-color: #99559F;
}
</style>
border-color css
<style>
span { border-color: #99559F; }
span { border-color: rgb(153,85,159); }
td.TdClassName
{
border-color: #99559F;
}
.TagClassName
{
border-color: #99559F;
}
</style>