Shades of Violet Blue #9F6994
Tints of Violet Blue #9F6994
RGB
CMYK
RGB Variations
Color information
#9F6994 (or 0x9F6994) is known color: Violet Blue. HEX triplet: 9F, 69 and 94. RGB value is (159,105,148). Sum of RGB (Red+Green+Blue) = 159+105+148=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6994 is #60966B. Grayscale: #7D7D7D. Windows color (decimal): -6329964 or 9726367. OLE color: 9726367.
HSL color Cylindrical-coordinate representation of color #9F6994: hue angle of 312.22º 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 #9F6994 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 148 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.38 |
| HSL | 312.22º | 0.22% | 0.52% | - |
| HSV(B) | 312.22º | 0.34% | 0.62% | - |
| XYZ | 24.69 | 19.61 | 30.5 | - |
| YUV | 126.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 148 | 0 | 0.34 | 0.07 | 0.38 | 312.22 | 0.22 | 0.52 |
| Hex | 9F | 69 | 94 | 0 | 22 | 7 | 26 | 138 | 16 | 34 |
| Octal | 237 | 151 | 224 | 0 | 42 | 7 | 46 | 470 | 26 | 64 |
| Binary | 10011111 | 1101001 | 10010100 | 0 | 100010 | 111 | 100110 | 100111000 | 10110 | 110100 |
Color Harmonies of #9F6994
Complementary color
Monochromatic Colors of #9F6994
Black with #9F6994
Text Example
Text Example
White with #9F6994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6994; }
p { color: rgb(159,105,148); }
H1.HeaderClassName
{
color: #9F6994;
}
.AnyTagClassName
{
color: #9F6994;
}
</style>
background-color css
<style>
a { background-color: #9F6994; }
a { background-color: rgb(159,105,148); }
div.DivClassName
{
background-color: #9F6994;
}
.BgClassName
{
background-color: #9F6994;
}
</style>
border-color css
<style>
span { border-color: #9F6994; }
span { border-color: rgb(159,105,148); }
td.TdClassName
{
border-color: #9F6994;
}
.TagClassName
{
border-color: #9F6994;
}
</style>