Shades of Violet Blue #9F55AC
Tints of Violet Blue #9F55AC
RGB
CMYK
RGB Variations
Color information
#9F55AC (or 0x9F55AC) is known color: Violet Blue. HEX triplet: 9F, 55 and AC. RGB value is (159,85,172). Sum of RGB (Red+Green+Blue) = 159+85+172=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F55AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F55AC is #60AA53. Grayscale: #747474. Windows color (decimal): -6335060 or 11294111. OLE color: 11294111.
HSL color Cylindrical-coordinate representation of color #9F55AC: hue angle of 291.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F55AC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 85 | 172 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.33 |
| HSL | 291.03º | 0.34% | 0.5% | - |
| HSV(B) | 291.03º | 0.51% | 0.67% | - |
| XYZ | 24.99 | 16.85 | 40.96 | - |
| YUV | 117.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 172 | 0.08 | 0.51 | 0 | 0.33 | 291.03 | 0.34 | 0.5 |
| Hex | 9F | 55 | AC | 8 | 33 | 0 | 21 | 123 | 22 | 32 |
| Octal | 237 | 125 | 254 | 10 | 63 | 0 | 41 | 443 | 42 | 62 |
| Binary | 10011111 | 1010101 | 10101100 | 1000 | 110011 | 0 | 100001 | 100100011 | 100010 | 110010 |
Color Harmonies of #9F55AC
Complementary color
Monochromatic Colors of #9F55AC
Black with #9F55AC
Text Example
Text Example
White with #9F55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55AC; }
p { color: rgb(159,85,172); }
H1.HeaderClassName
{
color: #9F55AC;
}
.AnyTagClassName
{
color: #9F55AC;
}
</style>
background-color css
<style>
a { background-color: #9F55AC; }
a { background-color: rgb(159,85,172); }
div.DivClassName
{
background-color: #9F55AC;
}
.BgClassName
{
background-color: #9F55AC;
}
</style>
border-color css
<style>
span { border-color: #9F55AC; }
span { border-color: rgb(159,85,172); }
td.TdClassName
{
border-color: #9F55AC;
}
.TagClassName
{
border-color: #9F55AC;
}
</style>