Shades of Violet Blue #9F68AB
Tints of Violet Blue #9F68AB
RGB
CMYK
RGB Variations
Color information
#9F68AB (or 0x9F68AB) is known color: Violet Blue. HEX triplet: 9F, 68 and AB. RGB value is (159,104,171). Sum of RGB (Red+Green+Blue) = 159+104+171=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F68AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F68AB is #609754. Grayscale: #7F7F7F. Windows color (decimal): -6330197 or 11233439. OLE color: 11233439.
HSL color Cylindrical-coordinate representation of color #9F68AB: hue angle of 289.25º degrees, saturation: 0.29, 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 #9F68AB is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 104 | 171 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.33 |
| HSL | 289.25º | 0.29% | 0.54% | - |
| HSV(B) | 289.25º | 0.39% | 0.67% | - |
| XYZ | 26.6 | 20.21 | 41.03 | - |
| YUV | 128.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 171 | 0.07 | 0.39 | 0 | 0.33 | 289.25 | 0.29 | 0.54 |
| Hex | 9F | 68 | AB | 7 | 27 | 0 | 21 | 121 | 1D | 36 |
| Octal | 237 | 150 | 253 | 7 | 47 | 0 | 41 | 441 | 35 | 66 |
| Binary | 10011111 | 1101000 | 10101011 | 111 | 100111 | 0 | 100001 | 100100001 | 11101 | 110110 |
Color Harmonies of #9F68AB
Complementary color
Monochromatic Colors of #9F68AB
Black with #9F68AB
Text Example
Text Example
White with #9F68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68AB; }
p { color: rgb(159,104,171); }
H1.HeaderClassName
{
color: #9F68AB;
}
.AnyTagClassName
{
color: #9F68AB;
}
</style>
background-color css
<style>
a { background-color: #9F68AB; }
a { background-color: rgb(159,104,171); }
div.DivClassName
{
background-color: #9F68AB;
}
.BgClassName
{
background-color: #9F68AB;
}
</style>
border-color css
<style>
span { border-color: #9F68AB; }
span { border-color: rgb(159,104,171); }
td.TdClassName
{
border-color: #9F68AB;
}
.TagClassName
{
border-color: #9F68AB;
}
</style>