Shades of Violet Blue #8F549D
Tints of Violet Blue #8F549D
RGB
CMYK
RGB Variations
Color information
#8F549D (or 0x8F549D) is known color: Violet Blue. HEX triplet: 8F, 54 and 9D. RGB value is (143,84,157). Sum of RGB (Red+Green+Blue) = 143+84+157=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F549D is #70AB62. Grayscale: #6D6D6D. Windows color (decimal): -7383907 or 10310799. OLE color: 10310799.
HSL color Cylindrical-coordinate representation of color #8F549D: hue angle of 288.49º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F549D is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 84 | 157 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.38 |
| HSL | 288.49º | 0.3% | 0.47% | - |
| HSV(B) | 288.49º | 0.46% | 0.62% | - |
| XYZ | 20.58 | 14.61 | 33.63 | - |
| YUV | 109.96 | 154.55 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 157 | 0.09 | 0.46 | 0 | 0.38 | 288.49 | 0.3 | 0.47 |
| Hex | 8F | 54 | 9D | 9 | 2E | 0 | 26 | 120 | 1E | 2F |
| Octal | 217 | 124 | 235 | 11 | 56 | 0 | 46 | 440 | 36 | 57 |
| Binary | 10001111 | 1010100 | 10011101 | 1001 | 101110 | 0 | 100110 | 100100000 | 11110 | 101111 |
Color Harmonies of #8F549D
Complementary color
Monochromatic Colors of #8F549D
Black with #8F549D
Text Example
Text Example
White with #8F549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F549D; }
p { color: rgb(143,84,157); }
H1.HeaderClassName
{
color: #8F549D;
}
.AnyTagClassName
{
color: #8F549D;
}
</style>
background-color css
<style>
a { background-color: #8F549D; }
a { background-color: rgb(143,84,157); }
div.DivClassName
{
background-color: #8F549D;
}
.BgClassName
{
background-color: #8F549D;
}
</style>
border-color css
<style>
span { border-color: #8F549D; }
span { border-color: rgb(143,84,157); }
td.TdClassName
{
border-color: #8F549D;
}
.TagClassName
{
border-color: #8F549D;
}
</style>