Shades of Violet Blue #99709C
Tints of Violet Blue #99709C
RGB
CMYK
RGB Variations
Color information
#99709C (or 0x99709C) is known color: Violet Blue. HEX triplet: 99, 70 and 9C. RGB value is (153,112,156). Sum of RGB (Red+Green+Blue) = 153+112+156=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #99709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709C is #668F63. Grayscale: #818181. Windows color (decimal): -6721380 or 10252441. OLE color: 10252441.
HSL color Cylindrical-coordinate representation of color #99709C: hue angle of 295.91º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99709C is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 112 | 156 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.39 |
| HSL | 295.91º | 0.18% | 0.53% | - |
| HSV(B) | 295.91º | 0.28% | 0.61% | - |
| XYZ | 24.93 | 20.76 | 34.15 | - |
| YUV | 129.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 156 | 0.02 | 0.28 | 0 | 0.39 | 295.91 | 0.18 | 0.53 |
| Hex | 99 | 70 | 9C | 2 | 1C | 0 | 27 | 128 | 12 | 35 |
| Octal | 231 | 160 | 234 | 2 | 34 | 0 | 47 | 450 | 22 | 65 |
| Binary | 10011001 | 1110000 | 10011100 | 10 | 11100 | 0 | 100111 | 100101000 | 10010 | 110101 |
Color Harmonies of #99709C
Complementary color
Monochromatic Colors of #99709C
Black with #99709C
Text Example
Text Example
White with #99709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99709C; }
p { color: rgb(153,112,156); }
H1.HeaderClassName
{
color: #99709C;
}
.AnyTagClassName
{
color: #99709C;
}
</style>
background-color css
<style>
a { background-color: #99709C; }
a { background-color: rgb(153,112,156); }
div.DivClassName
{
background-color: #99709C;
}
.BgClassName
{
background-color: #99709C;
}
</style>
border-color css
<style>
span { border-color: #99709C; }
span { border-color: rgb(153,112,156); }
td.TdClassName
{
border-color: #99709C;
}
.TagClassName
{
border-color: #99709C;
}
</style>