Shades of Violet Blue #99699A
Tints of Violet Blue #99699A
RGB
CMYK
RGB Variations
Color information
#99699A (or 0x99699A) is known color: Violet Blue. HEX triplet: 99, 69 and 9A. RGB value is (153,105,154). Sum of RGB (Red+Green+Blue) = 153+105+154=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #99699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99699A is #669665. Grayscale: #7C7C7C. Windows color (decimal): -6723174 or 10119577. OLE color: 10119577.
HSL color Cylindrical-coordinate representation of color #99699A: hue angle of 298.78º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99699A is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 105 | 154 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.40 |
| HSL | 298.78º | 0.2% | 0.51% | - |
| HSV(B) | 298.78º | 0.32% | 0.6% | - |
| XYZ | 24.02 | 19.21 | 33.01 | - |
| YUV | 124.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 154 | 0.01 | 0.32 | 0 | 0.40 | 298.78 | 0.2 | 0.51 |
| Hex | 99 | 69 | 9A | 1 | 20 | 0 | 28 | 12B | 14 | 33 |
| Octal | 231 | 151 | 232 | 1 | 40 | 0 | 50 | 453 | 24 | 63 |
| Binary | 10011001 | 1101001 | 10011010 | 1 | 100000 | 0 | 101000 | 100101011 | 10100 | 110011 |
Color Harmonies of #99699A
Complementary color
Monochromatic Colors of #99699A
Black with #99699A
Text Example
Text Example
White with #99699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99699A; }
p { color: rgb(153,105,154); }
H1.HeaderClassName
{
color: #99699A;
}
.AnyTagClassName
{
color: #99699A;
}
</style>
background-color css
<style>
a { background-color: #99699A; }
a { background-color: rgb(153,105,154); }
div.DivClassName
{
background-color: #99699A;
}
.BgClassName
{
background-color: #99699A;
}
</style>
border-color css
<style>
span { border-color: #99699A; }
span { border-color: rgb(153,105,154); }
td.TdClassName
{
border-color: #99699A;
}
.TagClassName
{
border-color: #99699A;
}
</style>