Shades of Violet Blue #8F5E99
Tints of Violet Blue #8F5E99
RGB
CMYK
RGB Variations
Color information
#8F5E99 (or 0x8F5E99) is known color: Violet Blue. HEX triplet: 8F, 5E and 99. RGB value is (143,94,153). Sum of RGB (Red+Green+Blue) = 143+94+153=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5E99 is #70A166. Grayscale: #737373. Windows color (decimal): -7381351 or 10051215. OLE color: 10051215.
HSL color Cylindrical-coordinate representation of color #8F5E99: hue angle of 289.83º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5E99 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 94 | 153 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.4 |
| HSL | 289.83º | 0.24% | 0.48% | - |
| HSV(B) | 289.83º | 0.39% | 0.6% | - |
| XYZ | 21.08 | 16.14 | 32.14 | - |
| YUV | 115.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 153 | 0.07 | 0.39 | 0 | 0.4 | 289.83 | 0.24 | 0.48 |
| Hex | 8F | 5E | 99 | 7 | 27 | 0 | 28 | 122 | 18 | 30 |
| Octal | 217 | 136 | 231 | 7 | 47 | 0 | 50 | 442 | 30 | 60 |
| Binary | 10001111 | 1011110 | 10011001 | 111 | 100111 | 0 | 101000 | 100100010 | 11000 | 110000 |
Color Harmonies of #8F5E99
Complementary color
Monochromatic Colors of #8F5E99
Black with #8F5E99
Text Example
Text Example
White with #8F5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E99; }
p { color: rgb(143,94,153); }
H1.HeaderClassName
{
color: #8F5E99;
}
.AnyTagClassName
{
color: #8F5E99;
}
</style>
background-color css
<style>
a { background-color: #8F5E99; }
a { background-color: rgb(143,94,153); }
div.DivClassName
{
background-color: #8F5E99;
}
.BgClassName
{
background-color: #8F5E99;
}
</style>
border-color css
<style>
span { border-color: #8F5E99; }
span { border-color: rgb(143,94,153); }
td.TdClassName
{
border-color: #8F5E99;
}
.TagClassName
{
border-color: #8F5E99;
}
</style>