Shades of Violet Blue #9F4FAC
Tints of Violet Blue #9F4FAC
RGB
CMYK
RGB Variations
Color information
#9F4FAC (or 0x9F4FAC) is known color: Violet Blue. HEX triplet: 9F, 4F and AC. RGB value is (159,79,172). Sum of RGB (Red+Green+Blue) = 159+79+172=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4FAC is #60B053. Grayscale: #717171. Windows color (decimal): -6336596 or 11292575. OLE color: 11292575.
HSL color Cylindrical-coordinate representation of color #9F4FAC: hue angle of 291.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4FAC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 79 | 172 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.33 |
| HSL | 291.61º | 0.37% | 0.49% | - |
| HSV(B) | 291.61º | 0.54% | 0.67% | - |
| XYZ | 24.54 | 15.94 | 40.81 | - |
| YUV | 113.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 172 | 0.08 | 0.54 | 0 | 0.33 | 291.61 | 0.37 | 0.49 |
| Hex | 9F | 4F | AC | 8 | 36 | 0 | 21 | 124 | 25 | 31 |
| Octal | 237 | 117 | 254 | 10 | 66 | 0 | 41 | 444 | 45 | 61 |
| Binary | 10011111 | 1001111 | 10101100 | 1000 | 110110 | 0 | 100001 | 100100100 | 100101 | 110001 |
Color Harmonies of #9F4FAC
Complementary color
Monochromatic Colors of #9F4FAC
Black with #9F4FAC
Text Example
Text Example
White with #9F4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FAC; }
p { color: rgb(159,79,172); }
H1.HeaderClassName
{
color: #9F4FAC;
}
.AnyTagClassName
{
color: #9F4FAC;
}
</style>
background-color css
<style>
a { background-color: #9F4FAC; }
a { background-color: rgb(159,79,172); }
div.DivClassName
{
background-color: #9F4FAC;
}
.BgClassName
{
background-color: #9F4FAC;
}
</style>
border-color css
<style>
span { border-color: #9F4FAC; }
span { border-color: rgb(159,79,172); }
td.TdClassName
{
border-color: #9F4FAC;
}
.TagClassName
{
border-color: #9F4FAC;
}
</style>