Shades of Violet Blue #99689A
Tints of Violet Blue #99689A
RGB
CMYK
RGB Variations
Color information
#99689A (or 0x99689A) is known color: Violet Blue. HEX triplet: 99, 68 and 9A. RGB value is (153,104,154). Sum of RGB (Red+Green+Blue) = 153+104+154=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #99689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99689A is #669765. Grayscale: #7C7C7C. Windows color (decimal): -6723430 or 10119321. OLE color: 10119321.
HSL color Cylindrical-coordinate representation of color #99689A: hue angle of 298.8º 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 #99689A is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 104 | 154 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.40 |
| HSL | 298.8º | 0.2% | 0.51% | - |
| HSV(B) | 298.8º | 0.32% | 0.6% | - |
| XYZ | 23.92 | 19.01 | 32.98 | - |
| YUV | 124.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 154 | 0.01 | 0.32 | 0 | 0.40 | 298.8 | 0.2 | 0.51 |
| Hex | 99 | 68 | 9A | 1 | 20 | 0 | 28 | 12B | 14 | 33 |
| Octal | 231 | 150 | 232 | 1 | 40 | 0 | 50 | 453 | 24 | 63 |
| Binary | 10011001 | 1101000 | 10011010 | 1 | 100000 | 0 | 101000 | 100101011 | 10100 | 110011 |
Color Harmonies of #99689A
Complementary color
Monochromatic Colors of #99689A
Black with #99689A
Text Example
Text Example
White with #99689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99689A; }
p { color: rgb(153,104,154); }
H1.HeaderClassName
{
color: #99689A;
}
.AnyTagClassName
{
color: #99689A;
}
</style>
background-color css
<style>
a { background-color: #99689A; }
a { background-color: rgb(153,104,154); }
div.DivClassName
{
background-color: #99689A;
}
.BgClassName
{
background-color: #99689A;
}
</style>
border-color css
<style>
span { border-color: #99689A; }
span { border-color: rgb(153,104,154); }
td.TdClassName
{
border-color: #99689A;
}
.TagClassName
{
border-color: #99689A;
}
</style>