Shades of Violet Blue #8F54A0
Tints of Violet Blue #8F54A0
RGB
CMYK
RGB Variations
Color information
#8F54A0 (or 0x8F54A0) is known color: Violet Blue. HEX triplet: 8F, 54 and A0. RGB value is (143,84,160). Sum of RGB (Red+Green+Blue) = 143+84+160=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #8F54A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F54A0 is #70AB5F. Grayscale: #6E6E6E. Windows color (decimal): -7383904 or 10507407. OLE color: 10507407.
HSL color Cylindrical-coordinate representation of color #8F54A0: hue angle of 286.58º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F54A0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 84 | 160 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.37 |
| HSL | 286.58º | 0.31% | 0.48% | - |
| HSV(B) | 286.58º | 0.48% | 0.63% | - |
| XYZ | 20.84 | 14.72 | 35 | - |
| YUV | 110.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 160 | 0.11 | 0.48 | 0 | 0.37 | 286.58 | 0.31 | 0.48 |
| Hex | 8F | 54 | A0 | B | 30 | 0 | 25 | 11F | 1F | 30 |
| Octal | 217 | 124 | 240 | 13 | 60 | 0 | 45 | 437 | 37 | 60 |
| Binary | 10001111 | 1010100 | 10100000 | 1011 | 110000 | 0 | 100101 | 100011111 | 11111 | 110000 |
Color Harmonies of #8F54A0
Complementary color
Monochromatic Colors of #8F54A0
Black with #8F54A0
Text Example
Text Example
White with #8F54A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54A0; }
p { color: rgb(143,84,160); }
H1.HeaderClassName
{
color: #8F54A0;
}
.AnyTagClassName
{
color: #8F54A0;
}
</style>
background-color css
<style>
a { background-color: #8F54A0; }
a { background-color: rgb(143,84,160); }
div.DivClassName
{
background-color: #8F54A0;
}
.BgClassName
{
background-color: #8F54A0;
}
</style>
border-color css
<style>
span { border-color: #8F54A0; }
span { border-color: rgb(143,84,160); }
td.TdClassName
{
border-color: #8F54A0;
}
.TagClassName
{
border-color: #8F54A0;
}
</style>