Shades of Violet Blue #9F6799
Tints of Violet Blue #9F6799
RGB
CMYK
RGB Variations
Color information
#9F6799 (or 0x9F6799) is known color: Violet Blue. HEX triplet: 9F, 67 and 99. RGB value is (159,103,153). Sum of RGB (Red+Green+Blue) = 159+103+153=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6799 is #609866. Grayscale: #7D7D7D. Windows color (decimal): -6330471 or 10053535. OLE color: 10053535.
HSL color Cylindrical-coordinate representation of color #9F6799: hue angle of 306.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F6799 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 153 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.38 |
| HSL | 306.43º | 0.23% | 0.51% | - |
| HSV(B) | 306.43º | 0.35% | 0.62% | - |
| XYZ | 24.9 | 19.37 | 32.56 | - |
| YUV | 125.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 153 | 0 | 0.35 | 0.04 | 0.38 | 306.43 | 0.23 | 0.51 |
| Hex | 9F | 67 | 99 | 0 | 23 | 4 | 26 | 132 | 17 | 33 |
| Octal | 237 | 147 | 231 | 0 | 43 | 4 | 46 | 462 | 27 | 63 |
| Binary | 10011111 | 1100111 | 10011001 | 0 | 100011 | 100 | 100110 | 100110010 | 10111 | 110011 |
Color Harmonies of #9F6799
Complementary color
Monochromatic Colors of #9F6799
Black with #9F6799
Text Example
Text Example
White with #9F6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6799; }
p { color: rgb(159,103,153); }
H1.HeaderClassName
{
color: #9F6799;
}
.AnyTagClassName
{
color: #9F6799;
}
</style>
background-color css
<style>
a { background-color: #9F6799; }
a { background-color: rgb(159,103,153); }
div.DivClassName
{
background-color: #9F6799;
}
.BgClassName
{
background-color: #9F6799;
}
</style>
border-color css
<style>
span { border-color: #9F6799; }
span { border-color: rgb(159,103,153); }
td.TdClassName
{
border-color: #9F6799;
}
.TagClassName
{
border-color: #9F6799;
}
</style>