Shades of Violet Blue #8F519A
Tints of Violet Blue #8F519A
RGB
CMYK
RGB Variations
Color information
#8F519A (or 0x8F519A) is known color: Violet Blue. HEX triplet: 8F, 51 and 9A. RGB value is (143,81,154). Sum of RGB (Red+Green+Blue) = 143+81+154=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F519A is #70AE65. Grayscale: #6B6B6B. Windows color (decimal): -7384678 or 10113423. OLE color: 10113423.
HSL color Cylindrical-coordinate representation of color #8F519A: hue angle of 290.96º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F519A is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 81 | 154 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.40 |
| HSL | 290.96º | 0.31% | 0.46% | - |
| HSV(B) | 290.96º | 0.47% | 0.6% | - |
| XYZ | 20.1 | 14.06 | 32.23 | - |
| YUV | 107.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 154 | 0.07 | 0.47 | 0 | 0.40 | 290.96 | 0.31 | 0.46 |
| Hex | 8F | 51 | 9A | 7 | 2F | 0 | 28 | 123 | 1F | 2E |
| Octal | 217 | 121 | 232 | 7 | 57 | 0 | 50 | 443 | 37 | 56 |
| Binary | 10001111 | 1010001 | 10011010 | 111 | 101111 | 0 | 101000 | 100100011 | 11111 | 101110 |
Color Harmonies of #8F519A
Complementary color
Monochromatic Colors of #8F519A
Black with #8F519A
Text Example
Text Example
White with #8F519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F519A; }
p { color: rgb(143,81,154); }
H1.HeaderClassName
{
color: #8F519A;
}
.AnyTagClassName
{
color: #8F519A;
}
</style>
background-color css
<style>
a { background-color: #8F519A; }
a { background-color: rgb(143,81,154); }
div.DivClassName
{
background-color: #8F519A;
}
.BgClassName
{
background-color: #8F519A;
}
</style>
border-color css
<style>
span { border-color: #8F519A; }
span { border-color: rgb(143,81,154); }
td.TdClassName
{
border-color: #8F519A;
}
.TagClassName
{
border-color: #8F519A;
}
</style>