Shades of Violet Blue #99559B
Tints of Violet Blue #99559B
RGB
CMYK
RGB Variations
Color information
#99559B (or 0x99559B) is known color: Violet Blue. HEX triplet: 99, 55 and 9B. RGB value is (153,85,155). Sum of RGB (Red+Green+Blue) = 153+85+155=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #99559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99559B is #66AA64. Grayscale: #717171. Windows color (decimal): -6728293 or 10179993. OLE color: 10179993.
HSL color Cylindrical-coordinate representation of color #99559B: hue angle of 298.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99559B is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 85 | 155 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.39 |
| HSL | 298.29º | 0.29% | 0.47% | - |
| HSV(B) | 298.29º | 0.45% | 0.61% | - |
| XYZ | 22.3 | 15.64 | 32.85 | - |
| YUV | 113.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 155 | 0.01 | 0.45 | 0 | 0.39 | 298.29 | 0.29 | 0.47 |
| Hex | 99 | 55 | 9B | 1 | 2D | 0 | 27 | 12A | 1D | 2F |
| Octal | 231 | 125 | 233 | 1 | 55 | 0 | 47 | 452 | 35 | 57 |
| Binary | 10011001 | 1010101 | 10011011 | 1 | 101101 | 0 | 100111 | 100101010 | 11101 | 101111 |
Color Harmonies of #99559B
Complementary color
Monochromatic Colors of #99559B
Black with #99559B
Text Example
Text Example
White with #99559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99559B; }
p { color: rgb(153,85,155); }
H1.HeaderClassName
{
color: #99559B;
}
.AnyTagClassName
{
color: #99559B;
}
</style>
background-color css
<style>
a { background-color: #99559B; }
a { background-color: rgb(153,85,155); }
div.DivClassName
{
background-color: #99559B;
}
.BgClassName
{
background-color: #99559B;
}
</style>
border-color css
<style>
span { border-color: #99559B; }
span { border-color: rgb(153,85,155); }
td.TdClassName
{
border-color: #99559B;
}
.TagClassName
{
border-color: #99559B;
}
</style>