Shades of Violet Blue #9F6999
Tints of Violet Blue #9F6999
RGB
CMYK
RGB Variations
Color information
#9F6999 (or 0x9F6999) is known color: Violet Blue. HEX triplet: 9F, 69 and 99. RGB value is (159,105,153). Sum of RGB (Red+Green+Blue) = 159+105+153=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6999 is #609666. Grayscale: #7E7E7E. Windows color (decimal): -6329959 or 10054047. OLE color: 10054047.
HSL color Cylindrical-coordinate representation of color #9F6999: hue angle of 306.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 #9F6999 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 153 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.38 |
| HSL | 306.67º | 0.22% | 0.52% | - |
| HSV(B) | 306.67º | 0.34% | 0.62% | - |
| XYZ | 25.1 | 19.77 | 32.63 | - |
| YUV | 126.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 153 | 0 | 0.34 | 0.04 | 0.38 | 306.67 | 0.22 | 0.52 |
| Hex | 9F | 69 | 99 | 0 | 22 | 4 | 26 | 133 | 16 | 34 |
| Octal | 237 | 151 | 231 | 0 | 42 | 4 | 46 | 463 | 26 | 64 |
| Binary | 10011111 | 1101001 | 10011001 | 0 | 100010 | 100 | 100110 | 100110011 | 10110 | 110100 |
Color Harmonies of #9F6999
Complementary color
Monochromatic Colors of #9F6999
Black with #9F6999
Text Example
Text Example
White with #9F6999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6999; }
p { color: rgb(159,105,153); }
H1.HeaderClassName
{
color: #9F6999;
}
.AnyTagClassName
{
color: #9F6999;
}
</style>
background-color css
<style>
a { background-color: #9F6999; }
a { background-color: rgb(159,105,153); }
div.DivClassName
{
background-color: #9F6999;
}
.BgClassName
{
background-color: #9F6999;
}
</style>
border-color css
<style>
span { border-color: #9F6999; }
span { border-color: rgb(159,105,153); }
td.TdClassName
{
border-color: #9F6999;
}
.TagClassName
{
border-color: #9F6999;
}
</style>