Shades of Violet Blue #9B699F
Tints of Violet Blue #9B699F
RGB
CMYK
RGB Variations
Color information
#9B699F (or 0x9B699F) is known color: Violet Blue. HEX triplet: 9B, 69 and 9F. RGB value is (155,105,159). Sum of RGB (Red+Green+Blue) = 155+105+159=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B699F is #649660. Grayscale: #7D7D7D. Windows color (decimal): -6592097 or 10447259. OLE color: 10447259.
HSL color Cylindrical-coordinate representation of color #9B699F: hue angle of 295.56º 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 #9B699F is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 105 | 159 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.38 |
| HSL | 295.56º | 0.22% | 0.52% | - |
| HSV(B) | 295.56º | 0.34% | 0.62% | - |
| XYZ | 24.83 | 19.57 | 35.27 | - |
| YUV | 126.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 159 | 0.03 | 0.34 | 0 | 0.38 | 295.56 | 0.22 | 0.52 |
| Hex | 9B | 69 | 9F | 3 | 22 | 0 | 26 | 128 | 16 | 34 |
| Octal | 233 | 151 | 237 | 3 | 42 | 0 | 46 | 450 | 26 | 64 |
| Binary | 10011011 | 1101001 | 10011111 | 11 | 100010 | 0 | 100110 | 100101000 | 10110 | 110100 |
Color Harmonies of #9B699F
Complementary color
Monochromatic Colors of #9B699F
Black with #9B699F
Text Example
Text Example
White with #9B699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B699F; }
p { color: rgb(155,105,159); }
H1.HeaderClassName
{
color: #9B699F;
}
.AnyTagClassName
{
color: #9B699F;
}
</style>
background-color css
<style>
a { background-color: #9B699F; }
a { background-color: rgb(155,105,159); }
div.DivClassName
{
background-color: #9B699F;
}
.BgClassName
{
background-color: #9B699F;
}
</style>
border-color css
<style>
span { border-color: #9B699F; }
span { border-color: rgb(155,105,159); }
td.TdClassName
{
border-color: #9B699F;
}
.TagClassName
{
border-color: #9B699F;
}
</style>