Shades of Violet Blue #9F65AB
Tints of Violet Blue #9F65AB
RGB
CMYK
RGB Variations
Color information
#9F65AB (or 0x9F65AB) is known color: Violet Blue. HEX triplet: 9F, 65 and AB. RGB value is (159,101,171). Sum of RGB (Red+Green+Blue) = 159+101+171=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F65AB is #609A54. Grayscale: #7E7E7E. Windows color (decimal): -6330965 or 11232671. OLE color: 11232671.
HSL color Cylindrical-coordinate representation of color #9F65AB: hue angle of 289.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F65AB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 101 | 171 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.33 |
| HSL | 289.71º | 0.29% | 0.53% | - |
| HSV(B) | 289.71º | 0.41% | 0.67% | - |
| XYZ | 26.3 | 19.62 | 40.93 | - |
| YUV | 126.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 171 | 0.07 | 0.41 | 0 | 0.33 | 289.71 | 0.29 | 0.53 |
| Hex | 9F | 65 | AB | 7 | 29 | 0 | 21 | 122 | 1D | 35 |
| Octal | 237 | 145 | 253 | 7 | 51 | 0 | 41 | 442 | 35 | 65 |
| Binary | 10011111 | 1100101 | 10101011 | 111 | 101001 | 0 | 100001 | 100100010 | 11101 | 110101 |
Color Harmonies of #9F65AB
Complementary color
Monochromatic Colors of #9F65AB
Black with #9F65AB
Text Example
Text Example
White with #9F65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F65AB; }
p { color: rgb(159,101,171); }
H1.HeaderClassName
{
color: #9F65AB;
}
.AnyTagClassName
{
color: #9F65AB;
}
</style>
background-color css
<style>
a { background-color: #9F65AB; }
a { background-color: rgb(159,101,171); }
div.DivClassName
{
background-color: #9F65AB;
}
.BgClassName
{
background-color: #9F65AB;
}
</style>
border-color css
<style>
span { border-color: #9F65AB; }
span { border-color: rgb(159,101,171); }
td.TdClassName
{
border-color: #9F65AB;
}
.TagClassName
{
border-color: #9F65AB;
}
</style>