Shades of Violet Blue #9F6C99
Tints of Violet Blue #9F6C99
RGB
CMYK
RGB Variations
Color information
#9F6C99 (or 0x9F6C99) is known color: Violet Blue. HEX triplet: 9F, 6C and 99. RGB value is (159,108,153). Sum of RGB (Red+Green+Blue) = 159+108+153=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6C99 is #609366. Grayscale: #808080. Windows color (decimal): -6329191 or 10054815. OLE color: 10054815.
HSL color Cylindrical-coordinate representation of color #9F6C99: hue angle of 307.06º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C99 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 153 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.38 |
| HSL | 307.06º | 0.21% | 0.52% | - |
| HSV(B) | 307.06º | 0.32% | 0.62% | - |
| XYZ | 25.41 | 20.4 | 32.73 | - |
| YUV | 128.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 153 | 0 | 0.32 | 0.04 | 0.38 | 307.06 | 0.21 | 0.52 |
| Hex | 9F | 6C | 99 | 0 | 20 | 4 | 26 | 133 | 15 | 34 |
| Octal | 237 | 154 | 231 | 0 | 40 | 4 | 46 | 463 | 25 | 64 |
| Binary | 10011111 | 1101100 | 10011001 | 0 | 100000 | 100 | 100110 | 100110011 | 10101 | 110100 |
Color Harmonies of #9F6C99
Complementary color
Monochromatic Colors of #9F6C99
Black with #9F6C99
Text Example
Text Example
White with #9F6C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C99; }
p { color: rgb(159,108,153); }
H1.HeaderClassName
{
color: #9F6C99;
}
.AnyTagClassName
{
color: #9F6C99;
}
</style>
background-color css
<style>
a { background-color: #9F6C99; }
a { background-color: rgb(159,108,153); }
div.DivClassName
{
background-color: #9F6C99;
}
.BgClassName
{
background-color: #9F6C99;
}
</style>
border-color css
<style>
span { border-color: #9F6C99; }
span { border-color: rgb(159,108,153); }
td.TdClassName
{
border-color: #9F6C99;
}
.TagClassName
{
border-color: #9F6C99;
}
</style>