Shades of Violet Blue #8F4E9E
Tints of Violet Blue #8F4E9E
RGB
CMYK
RGB Variations
Color information
#8F4E9E (or 0x8F4E9E) is known color: Violet Blue. HEX triplet: 8F, 4E and 9E. RGB value is (143,78,158). Sum of RGB (Red+Green+Blue) = 143+78+158=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F4E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4E9E is #70B161. Grayscale: #6A6A6A. Windows color (decimal): -7385442 or 10374799. OLE color: 10374799.
HSL color Cylindrical-coordinate representation of color #8F4E9E: hue angle of 288.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F4E9E is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 78 | 158 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.38 |
| HSL | 288.75º | 0.34% | 0.46% | - |
| HSV(B) | 288.75º | 0.51% | 0.62% | - |
| XYZ | 20.22 | 13.76 | 33.94 | - |
| YUV | 106.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 158 | 0.09 | 0.51 | 0 | 0.38 | 288.75 | 0.34 | 0.46 |
| Hex | 8F | 4E | 9E | 9 | 33 | 0 | 26 | 121 | 22 | 2E |
| Octal | 217 | 116 | 236 | 11 | 63 | 0 | 46 | 441 | 42 | 56 |
| Binary | 10001111 | 1001110 | 10011110 | 1001 | 110011 | 0 | 100110 | 100100001 | 100010 | 101110 |
Color Harmonies of #8F4E9E
Complementary color
Monochromatic Colors of #8F4E9E
Black with #8F4E9E
Text Example
Text Example
White with #8F4E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E9E; }
p { color: rgb(143,78,158); }
H1.HeaderClassName
{
color: #8F4E9E;
}
.AnyTagClassName
{
color: #8F4E9E;
}
</style>
background-color css
<style>
a { background-color: #8F4E9E; }
a { background-color: rgb(143,78,158); }
div.DivClassName
{
background-color: #8F4E9E;
}
.BgClassName
{
background-color: #8F4E9E;
}
</style>
border-color css
<style>
span { border-color: #8F4E9E; }
span { border-color: rgb(143,78,158); }
td.TdClassName
{
border-color: #8F4E9E;
}
.TagClassName
{
border-color: #8F4E9E;
}
</style>