Shades of Violet Blue #8F5899
Tints of Violet Blue #8F5899
RGB
CMYK
RGB Variations
Color information
#8F5899 (or 0x8F5899) is known color: Violet Blue. HEX triplet: 8F, 58 and 99. RGB value is (143,88,153). Sum of RGB (Red+Green+Blue) = 143+88+153=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5899 is #70A766. Grayscale: #6F6F6F. Windows color (decimal): -7382887 or 10049679. OLE color: 10049679.
HSL color Cylindrical-coordinate representation of color #8F5899: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5899 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 88 | 153 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.4 |
| HSL | 290.77º | 0.27% | 0.47% | - |
| HSV(B) | 290.77º | 0.42% | 0.6% | - |
| XYZ | 20.57 | 15.12 | 31.97 | - |
| YUV | 111.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 153 | 0.07 | 0.42 | 0 | 0.4 | 290.77 | 0.27 | 0.47 |
| Hex | 8F | 58 | 99 | 7 | 2A | 0 | 28 | 123 | 1B | 2F |
| Octal | 217 | 130 | 231 | 7 | 52 | 0 | 50 | 443 | 33 | 57 |
| Binary | 10001111 | 1011000 | 10011001 | 111 | 101010 | 0 | 101000 | 100100011 | 11011 | 101111 |
Color Harmonies of #8F5899
Complementary color
Monochromatic Colors of #8F5899
Black with #8F5899
Text Example
Text Example
White with #8F5899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5899; }
p { color: rgb(143,88,153); }
H1.HeaderClassName
{
color: #8F5899;
}
.AnyTagClassName
{
color: #8F5899;
}
</style>
background-color css
<style>
a { background-color: #8F5899; }
a { background-color: rgb(143,88,153); }
div.DivClassName
{
background-color: #8F5899;
}
.BgClassName
{
background-color: #8F5899;
}
</style>
border-color css
<style>
span { border-color: #8F5899; }
span { border-color: rgb(143,88,153); }
td.TdClassName
{
border-color: #8F5899;
}
.TagClassName
{
border-color: #8F5899;
}
</style>