Shades of Violet Blue #9A699F
Tints of Violet Blue #9A699F
RGB
CMYK
RGB Variations
Color information
#9A699F (or 0x9A699F) is known color: Violet Blue. HEX triplet: 9A, 69 and 9F. RGB value is (154,105,159). Sum of RGB (Red+Green+Blue) = 154+105+159=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A699F is #659660. Grayscale: #7D7D7D. Windows color (decimal): -6657633 or 10447258. OLE color: 10447258.
HSL color Cylindrical-coordinate representation of color #9A699F: hue angle of 294.44º 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 #9A699F is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 105 | 159 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.38 |
| HSL | 294.44º | 0.22% | 0.52% | - |
| HSV(B) | 294.44º | 0.34% | 0.62% | - |
| XYZ | 24.64 | 19.48 | 35.26 | - |
| YUV | 125.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 159 | 0.03 | 0.34 | 0 | 0.38 | 294.44 | 0.22 | 0.52 |
| Hex | 9A | 69 | 9F | 3 | 22 | 0 | 26 | 126 | 16 | 34 |
| Octal | 232 | 151 | 237 | 3 | 42 | 0 | 46 | 446 | 26 | 64 |
| Binary | 10011010 | 1101001 | 10011111 | 11 | 100010 | 0 | 100110 | 100100110 | 10110 | 110100 |
Color Harmonies of #9A699F
Complementary color
Monochromatic Colors of #9A699F
Black with #9A699F
Text Example
Text Example
White with #9A699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A699F; }
p { color: rgb(154,105,159); }
H1.HeaderClassName
{
color: #9A699F;
}
.AnyTagClassName
{
color: #9A699F;
}
</style>
background-color css
<style>
a { background-color: #9A699F; }
a { background-color: rgb(154,105,159); }
div.DivClassName
{
background-color: #9A699F;
}
.BgClassName
{
background-color: #9A699F;
}
</style>
border-color css
<style>
span { border-color: #9A699F; }
span { border-color: rgb(154,105,159); }
td.TdClassName
{
border-color: #9A699F;
}
.TagClassName
{
border-color: #9A699F;
}
</style>