Shades of Violet Blue #9F6699
Tints of Violet Blue #9F6699
RGB
CMYK
RGB Variations
Color information
#9F6699 (or 0x9F6699) is known color: Violet Blue. HEX triplet: 9F, 66 and 99. RGB value is (159,102,153). Sum of RGB (Red+Green+Blue) = 159+102+153=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6699 is #609966. Grayscale: #7C7C7C. Windows color (decimal): -6330727 or 10053279. OLE color: 10053279.
HSL color Cylindrical-coordinate representation of color #9F6699: hue angle of 306.32º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6699 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 153 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.38 |
| HSL | 306.32º | 0.23% | 0.51% | - |
| HSV(B) | 306.32º | 0.36% | 0.62% | - |
| XYZ | 24.8 | 19.17 | 32.53 | - |
| YUV | 124.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 153 | 0 | 0.36 | 0.04 | 0.38 | 306.32 | 0.23 | 0.51 |
| Hex | 9F | 66 | 99 | 0 | 24 | 4 | 26 | 132 | 17 | 33 |
| Octal | 237 | 146 | 231 | 0 | 44 | 4 | 46 | 462 | 27 | 63 |
| Binary | 10011111 | 1100110 | 10011001 | 0 | 100100 | 100 | 100110 | 100110010 | 10111 | 110011 |
Color Harmonies of #9F6699
Complementary color
Monochromatic Colors of #9F6699
Black with #9F6699
Text Example
Text Example
White with #9F6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6699; }
p { color: rgb(159,102,153); }
H1.HeaderClassName
{
color: #9F6699;
}
.AnyTagClassName
{
color: #9F6699;
}
</style>
background-color css
<style>
a { background-color: #9F6699; }
a { background-color: rgb(159,102,153); }
div.DivClassName
{
background-color: #9F6699;
}
.BgClassName
{
background-color: #9F6699;
}
</style>
border-color css
<style>
span { border-color: #9F6699; }
span { border-color: rgb(159,102,153); }
td.TdClassName
{
border-color: #9F6699;
}
.TagClassName
{
border-color: #9F6699;
}
</style>