Shades of Violet Blue #99719E
Tints of Violet Blue #99719E
RGB
CMYK
RGB Variations
Color information
#99719E (or 0x99719E) is known color: Violet Blue. HEX triplet: 99, 71 and 9E. RGB value is (153,113,158). Sum of RGB (Red+Green+Blue) = 153+113+158=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #99719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99719E is #668E61. Grayscale: #818181. Windows color (decimal): -6721122 or 10383769. OLE color: 10383769.
HSL color Cylindrical-coordinate representation of color #99719E: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99719E is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 113 | 158 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.38 |
| HSL | 293.33º | 0.19% | 0.53% | - |
| HSV(B) | 293.33º | 0.28% | 0.62% | - |
| XYZ | 25.21 | 21.05 | 35.08 | - |
| YUV | 130.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 158 | 0.03 | 0.28 | 0 | 0.38 | 293.33 | 0.19 | 0.53 |
| Hex | 99 | 71 | 9E | 3 | 1C | 0 | 26 | 125 | 13 | 35 |
| Octal | 231 | 161 | 236 | 3 | 34 | 0 | 46 | 445 | 23 | 65 |
| Binary | 10011001 | 1110001 | 10011110 | 11 | 11100 | 0 | 100110 | 100100101 | 10011 | 110101 |
Color Harmonies of #99719E
Complementary color
Monochromatic Colors of #99719E
Black with #99719E
Text Example
Text Example
White with #99719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99719E; }
p { color: rgb(153,113,158); }
H1.HeaderClassName
{
color: #99719E;
}
.AnyTagClassName
{
color: #99719E;
}
</style>
background-color css
<style>
a { background-color: #99719E; }
a { background-color: rgb(153,113,158); }
div.DivClassName
{
background-color: #99719E;
}
.BgClassName
{
background-color: #99719E;
}
</style>
border-color css
<style>
span { border-color: #99719E; }
span { border-color: rgb(153,113,158); }
td.TdClassName
{
border-color: #99719E;
}
.TagClassName
{
border-color: #99719E;
}
</style>