Shades of Violet Blue #99599B
Tints of Violet Blue #99599B
RGB
CMYK
RGB Variations
Color information
#99599B (or 0x99599B) is known color: Violet Blue. HEX triplet: 99, 59 and 9B. RGB value is (153,89,155). Sum of RGB (Red+Green+Blue) = 153+89+155=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #99599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99599B is #66A664. Grayscale: #737373. Windows color (decimal): -6727269 or 10181017. OLE color: 10181017.
HSL color Cylindrical-coordinate representation of color #99599B: hue angle of 298.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99599B is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 89 | 155 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.39 |
| HSL | 298.18º | 0.27% | 0.48% | - |
| HSV(B) | 298.18º | 0.43% | 0.61% | - |
| XYZ | 22.63 | 16.28 | 32.96 | - |
| YUV | 115.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 155 | 0.01 | 0.43 | 0 | 0.39 | 298.18 | 0.27 | 0.48 |
| Hex | 99 | 59 | 9B | 1 | 2B | 0 | 27 | 12A | 1B | 30 |
| Octal | 231 | 131 | 233 | 1 | 53 | 0 | 47 | 452 | 33 | 60 |
| Binary | 10011001 | 1011001 | 10011011 | 1 | 101011 | 0 | 100111 | 100101010 | 11011 | 110000 |
Color Harmonies of #99599B
Complementary color
Monochromatic Colors of #99599B
Black with #99599B
Text Example
Text Example
White with #99599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99599B; }
p { color: rgb(153,89,155); }
H1.HeaderClassName
{
color: #99599B;
}
.AnyTagClassName
{
color: #99599B;
}
</style>
background-color css
<style>
a { background-color: #99599B; }
a { background-color: rgb(153,89,155); }
div.DivClassName
{
background-color: #99599B;
}
.BgClassName
{
background-color: #99599B;
}
</style>
border-color css
<style>
span { border-color: #99599B; }
span { border-color: rgb(153,89,155); }
td.TdClassName
{
border-color: #99599B;
}
.TagClassName
{
border-color: #99599B;
}
</style>