Shades of Violet Blue #8F509D
Tints of Violet Blue #8F509D
RGB
CMYK
RGB Variations
Color information
#8F509D (or 0x8F509D) is known color: Violet Blue. HEX triplet: 8F, 50 and 9D. RGB value is (143,80,157). Sum of RGB (Red+Green+Blue) = 143+80+157=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F509D is #70AF62. Grayscale: #6B6B6B. Windows color (decimal): -7384931 or 10309775. OLE color: 10309775.
HSL color Cylindrical-coordinate representation of color #8F509D: hue angle of 289.09º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F509D is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 80 | 157 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.38 |
| HSL | 289.09º | 0.32% | 0.46% | - |
| HSV(B) | 289.09º | 0.49% | 0.62% | - |
| XYZ | 20.28 | 14.01 | 33.53 | - |
| YUV | 107.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 157 | 0.09 | 0.49 | 0 | 0.38 | 289.09 | 0.32 | 0.46 |
| Hex | 8F | 50 | 9D | 9 | 31 | 0 | 26 | 121 | 20 | 2E |
| Octal | 217 | 120 | 235 | 11 | 61 | 0 | 46 | 441 | 40 | 56 |
| Binary | 10001111 | 1010000 | 10011101 | 1001 | 110001 | 0 | 100110 | 100100001 | 100000 | 101110 |
Color Harmonies of #8F509D
Complementary color
Monochromatic Colors of #8F509D
Black with #8F509D
Text Example
Text Example
White with #8F509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F509D; }
p { color: rgb(143,80,157); }
H1.HeaderClassName
{
color: #8F509D;
}
.AnyTagClassName
{
color: #8F509D;
}
</style>
background-color css
<style>
a { background-color: #8F509D; }
a { background-color: rgb(143,80,157); }
div.DivClassName
{
background-color: #8F509D;
}
.BgClassName
{
background-color: #8F509D;
}
</style>
border-color css
<style>
span { border-color: #8F509D; }
span { border-color: rgb(143,80,157); }
td.TdClassName
{
border-color: #8F509D;
}
.TagClassName
{
border-color: #8F509D;
}
</style>