Shades of Violet Blue #99689C
Tints of Violet Blue #99689C
RGB
CMYK
RGB Variations
Color information
#99689C (or 0x99689C) is known color: Violet Blue. HEX triplet: 99, 68 and 9C. RGB value is (153,104,156). Sum of RGB (Red+Green+Blue) = 153+104+156=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #99689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99689C is #669763. Grayscale: #7C7C7C. Windows color (decimal): -6723428 or 10250393. OLE color: 10250393.
HSL color Cylindrical-coordinate representation of color #99689C: hue angle of 296.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99689C is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 104 | 156 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.39 |
| HSL | 296.54º | 0.21% | 0.51% | - |
| HSV(B) | 296.54º | 0.33% | 0.61% | - |
| XYZ | 24.09 | 19.07 | 33.86 | - |
| YUV | 124.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 156 | 0.02 | 0.33 | 0 | 0.39 | 296.54 | 0.21 | 0.51 |
| Hex | 99 | 68 | 9C | 2 | 21 | 0 | 27 | 129 | 15 | 33 |
| Octal | 231 | 150 | 234 | 2 | 41 | 0 | 47 | 451 | 25 | 63 |
| Binary | 10011001 | 1101000 | 10011100 | 10 | 100001 | 0 | 100111 | 100101001 | 10101 | 110011 |
Color Harmonies of #99689C
Complementary color
Monochromatic Colors of #99689C
Black with #99689C
Text Example
Text Example
White with #99689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99689C; }
p { color: rgb(153,104,156); }
H1.HeaderClassName
{
color: #99689C;
}
.AnyTagClassName
{
color: #99689C;
}
</style>
background-color css
<style>
a { background-color: #99689C; }
a { background-color: rgb(153,104,156); }
div.DivClassName
{
background-color: #99689C;
}
.BgClassName
{
background-color: #99689C;
}
</style>
border-color css
<style>
span { border-color: #99689C; }
span { border-color: rgb(153,104,156); }
td.TdClassName
{
border-color: #99689C;
}
.TagClassName
{
border-color: #99689C;
}
</style>