Shades of Violet Blue #8F5993
Tints of Violet Blue #8F5993
RGB
CMYK
RGB Variations
Color information
#8F5993 (or 0x8F5993) is known color: Violet Blue. HEX triplet: 8F, 59 and 93. RGB value is (143,89,147). Sum of RGB (Red+Green+Blue) = 143+89+147=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F5993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5993 is #70A66C. Grayscale: #6F6F6F. Windows color (decimal): -7382637 or 9656719. OLE color: 9656719.
HSL color Cylindrical-coordinate representation of color #8F5993: hue angle of 295.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5993 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 89 | 147 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.42 |
| HSL | 295.86º | 0.25% | 0.46% | - |
| HSV(B) | 295.86º | 0.39% | 0.58% | - |
| XYZ | 20.17 | 15.09 | 29.45 | - |
| YUV | 111.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 147 | 0.03 | 0.39 | 0 | 0.42 | 295.86 | 0.25 | 0.46 |
| Hex | 8F | 59 | 93 | 3 | 27 | 0 | 2A | 128 | 19 | 2E |
| Octal | 217 | 131 | 223 | 3 | 47 | 0 | 52 | 450 | 31 | 56 |
| Binary | 10001111 | 1011001 | 10010011 | 11 | 100111 | 0 | 101010 | 100101000 | 11001 | 101110 |
Color Harmonies of #8F5993
Complementary color
Monochromatic Colors of #8F5993
Black with #8F5993
Text Example
Text Example
White with #8F5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5993; }
p { color: rgb(143,89,147); }
H1.HeaderClassName
{
color: #8F5993;
}
.AnyTagClassName
{
color: #8F5993;
}
</style>
background-color css
<style>
a { background-color: #8F5993; }
a { background-color: rgb(143,89,147); }
div.DivClassName
{
background-color: #8F5993;
}
.BgClassName
{
background-color: #8F5993;
}
</style>
border-color css
<style>
span { border-color: #8F5993; }
span { border-color: rgb(143,89,147); }
td.TdClassName
{
border-color: #8F5993;
}
.TagClassName
{
border-color: #8F5993;
}
</style>