Shades of Violet Blue #99709A
Tints of Violet Blue #99709A
RGB
CMYK
RGB Variations
Color information
#99709A (or 0x99709A) is known color: Violet Blue. HEX triplet: 99, 70 and 9A. RGB value is (153,112,154). Sum of RGB (Red+Green+Blue) = 153+112+154=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #99709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709A is #668F65. Grayscale: #808080. Windows color (decimal): -6721382 or 10121369. OLE color: 10121369.
HSL color Cylindrical-coordinate representation of color #99709A: hue angle of 298.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99709A is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 112 | 154 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.40 |
| HSL | 298.57º | 0.17% | 0.52% | - |
| HSV(B) | 298.57º | 0.27% | 0.6% | - |
| XYZ | 24.76 | 20.69 | 33.26 | - |
| YUV | 129.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 154 | 0.01 | 0.27 | 0 | 0.40 | 298.57 | 0.17 | 0.52 |
| Hex | 99 | 70 | 9A | 1 | 1B | 0 | 28 | 12B | 11 | 34 |
| Octal | 231 | 160 | 232 | 1 | 33 | 0 | 50 | 453 | 21 | 64 |
| Binary | 10011001 | 1110000 | 10011010 | 1 | 11011 | 0 | 101000 | 100101011 | 10001 | 110100 |
Color Harmonies of #99709A
Complementary color
Monochromatic Colors of #99709A
Black with #99709A
Text Example
Text Example
White with #99709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99709A; }
p { color: rgb(153,112,154); }
H1.HeaderClassName
{
color: #99709A;
}
.AnyTagClassName
{
color: #99709A;
}
</style>
background-color css
<style>
a { background-color: #99709A; }
a { background-color: rgb(153,112,154); }
div.DivClassName
{
background-color: #99709A;
}
.BgClassName
{
background-color: #99709A;
}
</style>
border-color css
<style>
span { border-color: #99709A; }
span { border-color: rgb(153,112,154); }
td.TdClassName
{
border-color: #99709A;
}
.TagClassName
{
border-color: #99709A;
}
</style>