Shades of Violet Blue #8F5097
Tints of Violet Blue #8F5097
RGB
CMYK
RGB Variations
Color information
#8F5097 (or 0x8F5097) is known color: Violet Blue. HEX triplet: 8F, 50 and 97. RGB value is (143,80,151). Sum of RGB (Red+Green+Blue) = 143+80+151=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5097 is #70AF68. Grayscale: #6A6A6A. Windows color (decimal): -7384937 or 9916559. OLE color: 9916559.
HSL color Cylindrical-coordinate representation of color #8F5097: hue angle of 293.24º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F5097 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 80 | 151 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.41 |
| HSL | 293.24º | 0.31% | 0.45% | - |
| HSV(B) | 293.24º | 0.47% | 0.59% | - |
| XYZ | 19.78 | 13.81 | 30.9 | - |
| YUV | 106.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 151 | 0.05 | 0.47 | 0 | 0.41 | 293.24 | 0.31 | 0.45 |
| Hex | 8F | 50 | 97 | 5 | 2F | 0 | 29 | 125 | 1F | 2D |
| Octal | 217 | 120 | 227 | 5 | 57 | 0 | 51 | 445 | 37 | 55 |
| Binary | 10001111 | 1010000 | 10010111 | 101 | 101111 | 0 | 101001 | 100100101 | 11111 | 101101 |
Color Harmonies of #8F5097
Complementary color
Monochromatic Colors of #8F5097
Black with #8F5097
Text Example
Text Example
White with #8F5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5097; }
p { color: rgb(143,80,151); }
H1.HeaderClassName
{
color: #8F5097;
}
.AnyTagClassName
{
color: #8F5097;
}
</style>
background-color css
<style>
a { background-color: #8F5097; }
a { background-color: rgb(143,80,151); }
div.DivClassName
{
background-color: #8F5097;
}
.BgClassName
{
background-color: #8F5097;
}
</style>
border-color css
<style>
span { border-color: #8F5097; }
span { border-color: rgb(143,80,151); }
td.TdClassName
{
border-color: #8F5097;
}
.TagClassName
{
border-color: #8F5097;
}
</style>