Shades of Violet Blue #8F5B99
Tints of Violet Blue #8F5B99
RGB
CMYK
RGB Variations
Color information
#8F5B99 (or 0x8F5B99) is known color: Violet Blue. HEX triplet: 8F, 5B and 99. RGB value is (143,91,153). Sum of RGB (Red+Green+Blue) = 143+91+153=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F5B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5B99 is #70A466. Grayscale: #717171. Windows color (decimal): -7382119 or 10050447. OLE color: 10050447.
HSL color Cylindrical-coordinate representation of color #8F5B99: hue angle of 290.32º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5B99 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 91 | 153 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.4 |
| HSL | 290.32º | 0.25% | 0.48% | - |
| HSV(B) | 290.32º | 0.41% | 0.6% | - |
| XYZ | 20.82 | 15.62 | 32.06 | - |
| YUV | 113.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 153 | 0.07 | 0.41 | 0 | 0.4 | 290.32 | 0.25 | 0.48 |
| Hex | 8F | 5B | 99 | 7 | 29 | 0 | 28 | 122 | 19 | 30 |
| Octal | 217 | 133 | 231 | 7 | 51 | 0 | 50 | 442 | 31 | 60 |
| Binary | 10001111 | 1011011 | 10011001 | 111 | 101001 | 0 | 101000 | 100100010 | 11001 | 110000 |
Color Harmonies of #8F5B99
Complementary color
Monochromatic Colors of #8F5B99
Black with #8F5B99
Text Example
Text Example
White with #8F5B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5B99; }
p { color: rgb(143,91,153); }
H1.HeaderClassName
{
color: #8F5B99;
}
.AnyTagClassName
{
color: #8F5B99;
}
</style>
background-color css
<style>
a { background-color: #8F5B99; }
a { background-color: rgb(143,91,153); }
div.DivClassName
{
background-color: #8F5B99;
}
.BgClassName
{
background-color: #8F5B99;
}
</style>
border-color css
<style>
span { border-color: #8F5B99; }
span { border-color: rgb(143,91,153); }
td.TdClassName
{
border-color: #8F5B99;
}
.TagClassName
{
border-color: #8F5B99;
}
</style>