Shades of Violet Blue #99699F
Tints of Violet Blue #99699F
RGB
CMYK
RGB Variations
Color information
#99699F (or 0x99699F) is known color: Violet Blue. HEX triplet: 99, 69 and 9F. RGB value is (153,105,159). Sum of RGB (Red+Green+Blue) = 153+105+159=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #99699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99699F is #669660. Grayscale: #7D7D7D. Windows color (decimal): -6723169 or 10447257. OLE color: 10447257.
HSL color Cylindrical-coordinate representation of color #99699F: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99699F is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 105 | 159 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.38 |
| HSL | 293.33º | 0.22% | 0.52% | - |
| HSV(B) | 293.33º | 0.34% | 0.62% | - |
| XYZ | 24.45 | 19.38 | 35.25 | - |
| YUV | 125.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 159 | 0.04 | 0.34 | 0 | 0.38 | 293.33 | 0.22 | 0.52 |
| Hex | 99 | 69 | 9F | 4 | 22 | 0 | 26 | 125 | 16 | 34 |
| Octal | 231 | 151 | 237 | 4 | 42 | 0 | 46 | 445 | 26 | 64 |
| Binary | 10011001 | 1101001 | 10011111 | 100 | 100010 | 0 | 100110 | 100100101 | 10110 | 110100 |
Color Harmonies of #99699F
Complementary color
Monochromatic Colors of #99699F
Black with #99699F
Text Example
Text Example
White with #99699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99699F; }
p { color: rgb(153,105,159); }
H1.HeaderClassName
{
color: #99699F;
}
.AnyTagClassName
{
color: #99699F;
}
</style>
background-color css
<style>
a { background-color: #99699F; }
a { background-color: rgb(153,105,159); }
div.DivClassName
{
background-color: #99699F;
}
.BgClassName
{
background-color: #99699F;
}
</style>
border-color css
<style>
span { border-color: #99699F; }
span { border-color: rgb(153,105,159); }
td.TdClassName
{
border-color: #99699F;
}
.TagClassName
{
border-color: #99699F;
}
</style>