Shades of Violet Blue #8F5892
Tints of Violet Blue #8F5892
RGB
CMYK
RGB Variations
Color information
#8F5892 (or 0x8F5892) is known color: Violet Blue. HEX triplet: 8F, 58 and 92. RGB value is (143,88,146). Sum of RGB (Red+Green+Blue) = 143+88+146=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F5892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5892 is #70A76D. Grayscale: #6E6E6E. Windows color (decimal): -7382894 or 9590927. OLE color: 9590927.
HSL color Cylindrical-coordinate representation of color #8F5892: hue angle of 296.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F5892 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 88 | 146 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.43 |
| HSL | 296.9º | 0.25% | 0.46% | - |
| HSV(B) | 296.9º | 0.4% | 0.57% | - |
| XYZ | 20.01 | 14.89 | 29.01 | - |
| YUV | 111.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 146 | 0.02 | 0.40 | 0 | 0.43 | 296.9 | 0.25 | 0.46 |
| Hex | 8F | 58 | 92 | 2 | 28 | 0 | 2B | 129 | 19 | 2E |
| Octal | 217 | 130 | 222 | 2 | 50 | 0 | 53 | 451 | 31 | 56 |
| Binary | 10001111 | 1011000 | 10010010 | 10 | 101000 | 0 | 101011 | 100101001 | 11001 | 101110 |
Color Harmonies of #8F5892
Complementary color
Monochromatic Colors of #8F5892
Black with #8F5892
Text Example
Text Example
White with #8F5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5892; }
p { color: rgb(143,88,146); }
H1.HeaderClassName
{
color: #8F5892;
}
.AnyTagClassName
{
color: #8F5892;
}
</style>
background-color css
<style>
a { background-color: #8F5892; }
a { background-color: rgb(143,88,146); }
div.DivClassName
{
background-color: #8F5892;
}
.BgClassName
{
background-color: #8F5892;
}
</style>
border-color css
<style>
span { border-color: #8F5892; }
span { border-color: rgb(143,88,146); }
td.TdClassName
{
border-color: #8F5892;
}
.TagClassName
{
border-color: #8F5892;
}
</style>