Shades of Violet Blue #9F64AC
Tints of Violet Blue #9F64AC
RGB
CMYK
RGB Variations
Color information
#9F64AC (or 0x9F64AC) is known color: Violet Blue. HEX triplet: 9F, 64 and AC. RGB value is (159,100,172). Sum of RGB (Red+Green+Blue) = 159+100+172=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F64AC is #609B53. Grayscale: #7D7D7D. Windows color (decimal): -6331220 or 11297951. OLE color: 11297951.
HSL color Cylindrical-coordinate representation of color #9F64AC: hue angle of 289.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F64AC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 100 | 172 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.33 |
| HSL | 289.17º | 0.3% | 0.53% | - |
| HSV(B) | 289.17º | 0.42% | 0.67% | - |
| XYZ | 26.3 | 19.46 | 41.4 | - |
| YUV | 125.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 172 | 0.08 | 0.42 | 0 | 0.33 | 289.17 | 0.3 | 0.53 |
| Hex | 9F | 64 | AC | 8 | 2A | 0 | 21 | 121 | 1E | 35 |
| Octal | 237 | 144 | 254 | 10 | 52 | 0 | 41 | 441 | 36 | 65 |
| Binary | 10011111 | 1100100 | 10101100 | 1000 | 101010 | 0 | 100001 | 100100001 | 11110 | 110101 |
Color Harmonies of #9F64AC
Complementary color
Monochromatic Colors of #9F64AC
Black with #9F64AC
Text Example
Text Example
White with #9F64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F64AC; }
p { color: rgb(159,100,172); }
H1.HeaderClassName
{
color: #9F64AC;
}
.AnyTagClassName
{
color: #9F64AC;
}
</style>
background-color css
<style>
a { background-color: #9F64AC; }
a { background-color: rgb(159,100,172); }
div.DivClassName
{
background-color: #9F64AC;
}
.BgClassName
{
background-color: #9F64AC;
}
</style>
border-color css
<style>
span { border-color: #9F64AC; }
span { border-color: rgb(159,100,172); }
td.TdClassName
{
border-color: #9F64AC;
}
.TagClassName
{
border-color: #9F64AC;
}
</style>