Shades of Violet Blue #9C699F
Tints of Violet Blue #9C699F
RGB
CMYK
RGB Variations
Color information
#9C699F (or 0x9C699F) is known color: Violet Blue. HEX triplet: 9C, 69 and 9F. RGB value is (156,105,159). Sum of RGB (Red+Green+Blue) = 156+105+159=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C699F is #639660. Grayscale: #7E7E7E. Windows color (decimal): -6526561 or 10447260. OLE color: 10447260.
HSL color Cylindrical-coordinate representation of color #9C699F: hue angle of 296.67º 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 #9C699F is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 105 | 159 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.38 |
| HSL | 296.67º | 0.22% | 0.52% | - |
| HSV(B) | 296.67º | 0.34% | 0.62% | - |
| XYZ | 25.02 | 19.67 | 35.28 | - |
| YUV | 126.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 159 | 0.02 | 0.34 | 0 | 0.38 | 296.67 | 0.22 | 0.52 |
| Hex | 9C | 69 | 9F | 2 | 22 | 0 | 26 | 129 | 16 | 34 |
| Octal | 234 | 151 | 237 | 2 | 42 | 0 | 46 | 451 | 26 | 64 |
| Binary | 10011100 | 1101001 | 10011111 | 10 | 100010 | 0 | 100110 | 100101001 | 10110 | 110100 |
Color Harmonies of #9C699F
Complementary color
Monochromatic Colors of #9C699F
Black with #9C699F
Text Example
Text Example
White with #9C699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C699F; }
p { color: rgb(156,105,159); }
H1.HeaderClassName
{
color: #9C699F;
}
.AnyTagClassName
{
color: #9C699F;
}
</style>
background-color css
<style>
a { background-color: #9C699F; }
a { background-color: rgb(156,105,159); }
div.DivClassName
{
background-color: #9C699F;
}
.BgClassName
{
background-color: #9C699F;
}
</style>
border-color css
<style>
span { border-color: #9C699F; }
span { border-color: rgb(156,105,159); }
td.TdClassName
{
border-color: #9C699F;
}
.TagClassName
{
border-color: #9C699F;
}
</style>