Shades of Violet Blue #9F68AC
Tints of Violet Blue #9F68AC
RGB
CMYK
RGB Variations
Color information
#9F68AC (or 0x9F68AC) is known color: Violet Blue. HEX triplet: 9F, 68 and AC. RGB value is (159,104,172). Sum of RGB (Red+Green+Blue) = 159+104+172=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F68AC is #609753. Grayscale: #7F7F7F. Windows color (decimal): -6330196 or 11298975. OLE color: 11298975.
HSL color Cylindrical-coordinate representation of color #9F68AC: hue angle of 288.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F68AC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 104 | 172 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.33 |
| HSL | 288.53º | 0.29% | 0.54% | - |
| HSV(B) | 288.53º | 0.4% | 0.67% | - |
| XYZ | 26.69 | 20.25 | 41.53 | - |
| YUV | 128.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 172 | 0.08 | 0.40 | 0 | 0.33 | 288.53 | 0.29 | 0.54 |
| Hex | 9F | 68 | AC | 8 | 28 | 0 | 21 | 121 | 1D | 36 |
| Octal | 237 | 150 | 254 | 10 | 50 | 0 | 41 | 441 | 35 | 66 |
| Binary | 10011111 | 1101000 | 10101100 | 1000 | 101000 | 0 | 100001 | 100100001 | 11101 | 110110 |
Color Harmonies of #9F68AC
Complementary color
Monochromatic Colors of #9F68AC
Black with #9F68AC
Text Example
Text Example
White with #9F68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68AC; }
p { color: rgb(159,104,172); }
H1.HeaderClassName
{
color: #9F68AC;
}
.AnyTagClassName
{
color: #9F68AC;
}
</style>
background-color css
<style>
a { background-color: #9F68AC; }
a { background-color: rgb(159,104,172); }
div.DivClassName
{
background-color: #9F68AC;
}
.BgClassName
{
background-color: #9F68AC;
}
</style>
border-color css
<style>
span { border-color: #9F68AC; }
span { border-color: rgb(159,104,172); }
td.TdClassName
{
border-color: #9F68AC;
}
.TagClassName
{
border-color: #9F68AC;
}
</style>