Shades of Violet Blue #9F65AC
Tints of Violet Blue #9F65AC
RGB
CMYK
RGB Variations
Color information
#9F65AC (or 0x9F65AC) is known color: Violet Blue. HEX triplet: 9F, 65 and AC. RGB value is (159,101,172). Sum of RGB (Red+Green+Blue) = 159+101+172=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F65AC is #609A53. Grayscale: #7E7E7E. Windows color (decimal): -6330964 or 11298207. OLE color: 11298207.
HSL color Cylindrical-coordinate representation of color #9F65AC: hue angle of 289.01º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F65AC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 101 | 172 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.33 |
| HSL | 289.01º | 0.3% | 0.54% | - |
| HSV(B) | 289.01º | 0.41% | 0.67% | - |
| XYZ | 26.4 | 19.66 | 41.43 | - |
| YUV | 126.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 172 | 0.08 | 0.41 | 0 | 0.33 | 289.01 | 0.3 | 0.54 |
| Hex | 9F | 65 | AC | 8 | 29 | 0 | 21 | 121 | 1E | 36 |
| Octal | 237 | 145 | 254 | 10 | 51 | 0 | 41 | 441 | 36 | 66 |
| Binary | 10011111 | 1100101 | 10101100 | 1000 | 101001 | 0 | 100001 | 100100001 | 11110 | 110110 |
Color Harmonies of #9F65AC
Complementary color
Monochromatic Colors of #9F65AC
Black with #9F65AC
Text Example
Text Example
White with #9F65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F65AC; }
p { color: rgb(159,101,172); }
H1.HeaderClassName
{
color: #9F65AC;
}
.AnyTagClassName
{
color: #9F65AC;
}
</style>
background-color css
<style>
a { background-color: #9F65AC; }
a { background-color: rgb(159,101,172); }
div.DivClassName
{
background-color: #9F65AC;
}
.BgClassName
{
background-color: #9F65AC;
}
</style>
border-color css
<style>
span { border-color: #9F65AC; }
span { border-color: rgb(159,101,172); }
td.TdClassName
{
border-color: #9F65AC;
}
.TagClassName
{
border-color: #9F65AC;
}
</style>