Shades of Violet Blue #8F5992
Tints of Violet Blue #8F5992
RGB
CMYK
RGB Variations
Color information
#8F5992 (or 0x8F5992) is known color: Violet Blue. HEX triplet: 8F, 59 and 92. RGB value is (143,89,146). Sum of RGB (Red+Green+Blue) = 143+89+146=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F5992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5992 is #70A66D. Grayscale: #6F6F6F. Windows color (decimal): -7382638 or 9591183. OLE color: 9591183.
HSL color Cylindrical-coordinate representation of color #8F5992: hue angle of 296.84º 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 #8F5992 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 89 | 146 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.43 |
| HSL | 296.84º | 0.24% | 0.46% | - |
| HSV(B) | 296.84º | 0.39% | 0.57% | - |
| XYZ | 20.09 | 15.06 | 29.04 | - |
| YUV | 111.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 146 | 0.02 | 0.39 | 0 | 0.43 | 296.84 | 0.24 | 0.46 |
| Hex | 8F | 59 | 92 | 2 | 27 | 0 | 2B | 129 | 18 | 2E |
| Octal | 217 | 131 | 222 | 2 | 47 | 0 | 53 | 451 | 30 | 56 |
| Binary | 10001111 | 1011001 | 10010010 | 10 | 100111 | 0 | 101011 | 100101001 | 11000 | 101110 |
Color Harmonies of #8F5992
Complementary color
Monochromatic Colors of #8F5992
Black with #8F5992
Text Example
Text Example
White with #8F5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5992; }
p { color: rgb(143,89,146); }
H1.HeaderClassName
{
color: #8F5992;
}
.AnyTagClassName
{
color: #8F5992;
}
</style>
background-color css
<style>
a { background-color: #8F5992; }
a { background-color: rgb(143,89,146); }
div.DivClassName
{
background-color: #8F5992;
}
.BgClassName
{
background-color: #8F5992;
}
</style>
border-color css
<style>
span { border-color: #8F5992; }
span { border-color: rgb(143,89,146); }
td.TdClassName
{
border-color: #8F5992;
}
.TagClassName
{
border-color: #8F5992;
}
</style>