Shades of Violet Blue #99719B
Tints of Violet Blue #99719B
RGB
CMYK
RGB Variations
Color information
#99719B (or 0x99719B) is known color: Violet Blue. HEX triplet: 99, 71 and 9B. RGB value is (153,113,155). Sum of RGB (Red+Green+Blue) = 153+113+155=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #99719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99719B is #668E64. Grayscale: #818181. Windows color (decimal): -6721125 or 10187161. OLE color: 10187161.
HSL color Cylindrical-coordinate representation of color #99719B: hue angle of 297.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99719B is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 113 | 155 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.39 |
| HSL | 297.14º | 0.17% | 0.53% | - |
| HSV(B) | 297.14º | 0.27% | 0.61% | - |
| XYZ | 24.96 | 20.95 | 33.74 | - |
| YUV | 129.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 155 | 0.01 | 0.27 | 0 | 0.39 | 297.14 | 0.17 | 0.53 |
| Hex | 99 | 71 | 9B | 1 | 1B | 0 | 27 | 129 | 11 | 35 |
| Octal | 231 | 161 | 233 | 1 | 33 | 0 | 47 | 451 | 21 | 65 |
| Binary | 10011001 | 1110001 | 10011011 | 1 | 11011 | 0 | 100111 | 100101001 | 10001 | 110101 |
Color Harmonies of #99719B
Complementary color
Monochromatic Colors of #99719B
Black with #99719B
Text Example
Text Example
White with #99719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99719B; }
p { color: rgb(153,113,155); }
H1.HeaderClassName
{
color: #99719B;
}
.AnyTagClassName
{
color: #99719B;
}
</style>
background-color css
<style>
a { background-color: #99719B; }
a { background-color: rgb(153,113,155); }
div.DivClassName
{
background-color: #99719B;
}
.BgClassName
{
background-color: #99719B;
}
</style>
border-color css
<style>
span { border-color: #99719B; }
span { border-color: rgb(153,113,155); }
td.TdClassName
{
border-color: #99719B;
}
.TagClassName
{
border-color: #99719B;
}
</style>