Shades of Violet Blue #8F549C
Tints of Violet Blue #8F549C
RGB
CMYK
RGB Variations
Color information
#8F549C (or 0x8F549C) is known color: Violet Blue. HEX triplet: 8F, 54 and 9C. RGB value is (143,84,156). Sum of RGB (Red+Green+Blue) = 143+84+156=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F549C is #70AB63. Grayscale: #6D6D6D. Windows color (decimal): -7383908 or 10245263. OLE color: 10245263.
HSL color Cylindrical-coordinate representation of color #8F549C: hue angle of 289.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F549C is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 84 | 156 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.39 |
| HSL | 289.17º | 0.3% | 0.47% | - |
| HSV(B) | 289.17º | 0.46% | 0.61% | - |
| XYZ | 20.5 | 14.58 | 33.19 | - |
| YUV | 109.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 156 | 0.08 | 0.46 | 0 | 0.39 | 289.17 | 0.3 | 0.47 |
| Hex | 8F | 54 | 9C | 8 | 2E | 0 | 27 | 121 | 1E | 2F |
| Octal | 217 | 124 | 234 | 10 | 56 | 0 | 47 | 441 | 36 | 57 |
| Binary | 10001111 | 1010100 | 10011100 | 1000 | 101110 | 0 | 100111 | 100100001 | 11110 | 101111 |
Color Harmonies of #8F549C
Complementary color
Monochromatic Colors of #8F549C
Black with #8F549C
Text Example
Text Example
White with #8F549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F549C; }
p { color: rgb(143,84,156); }
H1.HeaderClassName
{
color: #8F549C;
}
.AnyTagClassName
{
color: #8F549C;
}
</style>
background-color css
<style>
a { background-color: #8F549C; }
a { background-color: rgb(143,84,156); }
div.DivClassName
{
background-color: #8F549C;
}
.BgClassName
{
background-color: #8F549C;
}
</style>
border-color css
<style>
span { border-color: #8F549C; }
span { border-color: rgb(143,84,156); }
td.TdClassName
{
border-color: #8F549C;
}
.TagClassName
{
border-color: #8F549C;
}
</style>