Shades of Violet Blue #99599D
Tints of Violet Blue #99599D
RGB
CMYK
RGB Variations
Color information
#99599D (or 0x99599D) is known color: Violet Blue. HEX triplet: 99, 59 and 9D. RGB value is (153,89,157). Sum of RGB (Red+Green+Blue) = 153+89+157=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #99599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99599D is #66A662. Grayscale: #737373. Windows color (decimal): -6727267 or 10312089. OLE color: 10312089.
HSL color Cylindrical-coordinate representation of color #99599D: hue angle of 296.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99599D is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 89 | 157 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.38 |
| HSL | 296.47º | 0.28% | 0.48% | - |
| HSV(B) | 296.47º | 0.43% | 0.62% | - |
| XYZ | 22.8 | 16.35 | 33.85 | - |
| YUV | 115.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 157 | 0.03 | 0.43 | 0 | 0.38 | 296.47 | 0.28 | 0.48 |
| Hex | 99 | 59 | 9D | 3 | 2B | 0 | 26 | 128 | 1C | 30 |
| Octal | 231 | 131 | 235 | 3 | 53 | 0 | 46 | 450 | 34 | 60 |
| Binary | 10011001 | 1011001 | 10011101 | 11 | 101011 | 0 | 100110 | 100101000 | 11100 | 110000 |
Color Harmonies of #99599D
Complementary color
Monochromatic Colors of #99599D
Black with #99599D
Text Example
Text Example
White with #99599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99599D; }
p { color: rgb(153,89,157); }
H1.HeaderClassName
{
color: #99599D;
}
.AnyTagClassName
{
color: #99599D;
}
</style>
background-color css
<style>
a { background-color: #99599D; }
a { background-color: rgb(153,89,157); }
div.DivClassName
{
background-color: #99599D;
}
.BgClassName
{
background-color: #99599D;
}
</style>
border-color css
<style>
span { border-color: #99599D; }
span { border-color: rgb(153,89,157); }
td.TdClassName
{
border-color: #99599D;
}
.TagClassName
{
border-color: #99599D;
}
</style>