Shades of Violet Blue #9F68AA
Tints of Violet Blue #9F68AA
RGB
CMYK
RGB Variations
Color information
#9F68AA (or 0x9F68AA) is known color: Violet Blue. HEX triplet: 9F, 68 and AA. RGB value is (159,104,170). Sum of RGB (Red+Green+Blue) = 159+104+170=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F68AA is #609755. Grayscale: #7F7F7F. Windows color (decimal): -6330198 or 11167903. OLE color: 11167903.
HSL color Cylindrical-coordinate representation of color #9F68AA: hue angle of 290º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F68AA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 104 | 170 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.33 |
| HSL | 290º | 0.28% | 0.54% | - |
| HSV(B) | 290º | 0.39% | 0.67% | - |
| XYZ | 26.5 | 20.17 | 40.53 | - |
| YUV | 127.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 170 | 0.06 | 0.39 | 0 | 0.33 | 290 | 0.28 | 0.54 |
| Hex | 9F | 68 | AA | 6 | 27 | 0 | 21 | 122 | 1C | 36 |
| Octal | 237 | 150 | 252 | 6 | 47 | 0 | 41 | 442 | 34 | 66 |
| Binary | 10011111 | 1101000 | 10101010 | 110 | 100111 | 0 | 100001 | 100100010 | 11100 | 110110 |
Color Harmonies of #9F68AA
Complementary color
Monochromatic Colors of #9F68AA
Black with #9F68AA
Text Example
Text Example
White with #9F68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68AA; }
p { color: rgb(159,104,170); }
H1.HeaderClassName
{
color: #9F68AA;
}
.AnyTagClassName
{
color: #9F68AA;
}
</style>
background-color css
<style>
a { background-color: #9F68AA; }
a { background-color: rgb(159,104,170); }
div.DivClassName
{
background-color: #9F68AA;
}
.BgClassName
{
background-color: #9F68AA;
}
</style>
border-color css
<style>
span { border-color: #9F68AA; }
span { border-color: rgb(159,104,170); }
td.TdClassName
{
border-color: #9F68AA;
}
.TagClassName
{
border-color: #9F68AA;
}
</style>