Shades of Violet Blue #8F5991
Tints of Violet Blue #8F5991
RGB
CMYK
RGB Variations
Color information
#8F5991 (or 0x8F5991) is known color: Violet Blue. HEX triplet: 8F, 59 and 91. RGB value is (143,89,145). Sum of RGB (Red+Green+Blue) = 143+89+145=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F5991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5991 is #70A66E. Grayscale: #6F6F6F. Windows color (decimal): -7382639 or 9525647. OLE color: 9525647.
HSL color Cylindrical-coordinate representation of color #8F5991: hue angle of 297.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5991 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 89 | 145 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.43 |
| HSL | 297.86º | 0.24% | 0.46% | - |
| HSV(B) | 297.86º | 0.39% | 0.57% | - |
| XYZ | 20.01 | 15.03 | 28.63 | - |
| YUV | 111.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 145 | 0.01 | 0.39 | 0 | 0.43 | 297.86 | 0.24 | 0.46 |
| Hex | 8F | 59 | 91 | 1 | 27 | 0 | 2B | 12A | 18 | 2E |
| Octal | 217 | 131 | 221 | 1 | 47 | 0 | 53 | 452 | 30 | 56 |
| Binary | 10001111 | 1011001 | 10010001 | 1 | 100111 | 0 | 101011 | 100101010 | 11000 | 101110 |
Color Harmonies of #8F5991
Complementary color
Monochromatic Colors of #8F5991
Black with #8F5991
Text Example
Text Example
White with #8F5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5991; }
p { color: rgb(143,89,145); }
H1.HeaderClassName
{
color: #8F5991;
}
.AnyTagClassName
{
color: #8F5991;
}
</style>
background-color css
<style>
a { background-color: #8F5991; }
a { background-color: rgb(143,89,145); }
div.DivClassName
{
background-color: #8F5991;
}
.BgClassName
{
background-color: #8F5991;
}
</style>
border-color css
<style>
span { border-color: #8F5991; }
span { border-color: rgb(143,89,145); }
td.TdClassName
{
border-color: #8F5991;
}
.TagClassName
{
border-color: #8F5991;
}
</style>