Shades of Violet Blue #9F64AE
Tints of Violet Blue #9F64AE
RGB
CMYK
RGB Variations
Color information
#9F64AE (or 0x9F64AE) is known color: Violet Blue. HEX triplet: 9F, 64 and AE. RGB value is (159,100,174). Sum of RGB (Red+Green+Blue) = 159+100+174=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F64AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F64AE is #609B51. Grayscale: #7D7D7D. Windows color (decimal): -6331218 or 11429023. OLE color: 11429023.
HSL color Cylindrical-coordinate representation of color #9F64AE: hue angle of 287.84º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F64AE is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 100 | 174 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.32 |
| HSL | 287.84º | 0.31% | 0.54% | - |
| HSV(B) | 287.84º | 0.43% | 0.68% | - |
| XYZ | 26.5 | 19.54 | 42.42 | - |
| YUV | 126.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 174 | 0.09 | 0.43 | 0 | 0.32 | 287.84 | 0.31 | 0.54 |
| Hex | 9F | 64 | AE | 9 | 2B | 0 | 20 | 120 | 1F | 36 |
| Octal | 237 | 144 | 256 | 11 | 53 | 0 | 40 | 440 | 37 | 66 |
| Binary | 10011111 | 1100100 | 10101110 | 1001 | 101011 | 0 | 100000 | 100100000 | 11111 | 110110 |
Color Harmonies of #9F64AE
Complementary color
Monochromatic Colors of #9F64AE
Black with #9F64AE
Text Example
Text Example
White with #9F64AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F64AE; }
p { color: rgb(159,100,174); }
H1.HeaderClassName
{
color: #9F64AE;
}
.AnyTagClassName
{
color: #9F64AE;
}
</style>
background-color css
<style>
a { background-color: #9F64AE; }
a { background-color: rgb(159,100,174); }
div.DivClassName
{
background-color: #9F64AE;
}
.BgClassName
{
background-color: #9F64AE;
}
</style>
border-color css
<style>
span { border-color: #9F64AE; }
span { border-color: rgb(159,100,174); }
td.TdClassName
{
border-color: #9F64AE;
}
.TagClassName
{
border-color: #9F64AE;
}
</style>