Shades of Violet Blue #8F5893
Tints of Violet Blue #8F5893
RGB
CMYK
RGB Variations
Color information
#8F5893 (or 0x8F5893) is known color: Violet Blue. HEX triplet: 8F, 58 and 93. RGB value is (143,88,147). Sum of RGB (Red+Green+Blue) = 143+88+147=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F5893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5893 is #70A76C. Grayscale: #6E6E6E. Windows color (decimal): -7382893 or 9656463. OLE color: 9656463.
HSL color Cylindrical-coordinate representation of color #8F5893: hue angle of 295.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F5893 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 88 | 147 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.42 |
| HSL | 295.93º | 0.25% | 0.46% | - |
| HSV(B) | 295.93º | 0.4% | 0.58% | - |
| XYZ | 20.08 | 14.93 | 29.43 | - |
| YUV | 111.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 147 | 0.03 | 0.40 | 0 | 0.42 | 295.93 | 0.25 | 0.46 |
| Hex | 8F | 58 | 93 | 3 | 28 | 0 | 2A | 128 | 19 | 2E |
| Octal | 217 | 130 | 223 | 3 | 50 | 0 | 52 | 450 | 31 | 56 |
| Binary | 10001111 | 1011000 | 10010011 | 11 | 101000 | 0 | 101010 | 100101000 | 11001 | 101110 |
Color Harmonies of #8F5893
Complementary color
Monochromatic Colors of #8F5893
Black with #8F5893
Text Example
Text Example
White with #8F5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5893; }
p { color: rgb(143,88,147); }
H1.HeaderClassName
{
color: #8F5893;
}
.AnyTagClassName
{
color: #8F5893;
}
</style>
background-color css
<style>
a { background-color: #8F5893; }
a { background-color: rgb(143,88,147); }
div.DivClassName
{
background-color: #8F5893;
}
.BgClassName
{
background-color: #8F5893;
}
</style>
border-color css
<style>
span { border-color: #8F5893; }
span { border-color: rgb(143,88,147); }
td.TdClassName
{
border-color: #8F5893;
}
.TagClassName
{
border-color: #8F5893;
}
</style>