Shades of Violet Blue #99709B
Tints of Violet Blue #99709B
RGB
CMYK
RGB Variations
Color information
#99709B (or 0x99709B) is known color: Violet Blue. HEX triplet: 99, 70 and 9B. RGB value is (153,112,155). Sum of RGB (Red+Green+Blue) = 153+112+155=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #99709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709B is #668F64. Grayscale: #818181. Windows color (decimal): -6721381 or 10186905. OLE color: 10186905.
HSL color Cylindrical-coordinate representation of color #99709B: hue angle of 297.21º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99709B is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 112 | 155 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.39 |
| HSL | 297.21º | 0.18% | 0.52% | - |
| HSV(B) | 297.21º | 0.28% | 0.61% | - |
| XYZ | 24.85 | 20.73 | 33.7 | - |
| YUV | 129.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 155 | 0.01 | 0.28 | 0 | 0.39 | 297.21 | 0.18 | 0.52 |
| Hex | 99 | 70 | 9B | 1 | 1C | 0 | 27 | 129 | 12 | 34 |
| Octal | 231 | 160 | 233 | 1 | 34 | 0 | 47 | 451 | 22 | 64 |
| Binary | 10011001 | 1110000 | 10011011 | 1 | 11100 | 0 | 100111 | 100101001 | 10010 | 110100 |
Color Harmonies of #99709B
Complementary color
Monochromatic Colors of #99709B
Black with #99709B
Text Example
Text Example
White with #99709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99709B; }
p { color: rgb(153,112,155); }
H1.HeaderClassName
{
color: #99709B;
}
.AnyTagClassName
{
color: #99709B;
}
</style>
background-color css
<style>
a { background-color: #99709B; }
a { background-color: rgb(153,112,155); }
div.DivClassName
{
background-color: #99709B;
}
.BgClassName
{
background-color: #99709B;
}
</style>
border-color css
<style>
span { border-color: #99709B; }
span { border-color: rgb(153,112,155); }
td.TdClassName
{
border-color: #99709B;
}
.TagClassName
{
border-color: #99709B;
}
</style>