Shades of Violet Blue #8F509B
Tints of Violet Blue #8F509B
RGB
CMYK
RGB Variations
Color information
#8F509B (or 0x8F509B) is known color: Violet Blue. HEX triplet: 8F, 50 and 9B. RGB value is (143,80,155). Sum of RGB (Red+Green+Blue) = 143+80+155=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F509B is #70AF64. Grayscale: #6B6B6B. Windows color (decimal): -7384933 or 10178703. OLE color: 10178703.
HSL color Cylindrical-coordinate representation of color #8F509B: hue angle of 290.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F509B is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 80 | 155 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.39 |
| HSL | 290.4º | 0.32% | 0.46% | - |
| HSV(B) | 290.4º | 0.48% | 0.61% | - |
| XYZ | 20.11 | 13.94 | 32.64 | - |
| YUV | 107.39 | 154.87 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 155 | 0.08 | 0.48 | 0 | 0.39 | 290.4 | 0.32 | 0.46 |
| Hex | 8F | 50 | 9B | 8 | 30 | 0 | 27 | 122 | 20 | 2E |
| Octal | 217 | 120 | 233 | 10 | 60 | 0 | 47 | 442 | 40 | 56 |
| Binary | 10001111 | 1010000 | 10011011 | 1000 | 110000 | 0 | 100111 | 100100010 | 100000 | 101110 |
Color Harmonies of #8F509B
Complementary color
Monochromatic Colors of #8F509B
Black with #8F509B
Text Example
Text Example
White with #8F509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F509B; }
p { color: rgb(143,80,155); }
H1.HeaderClassName
{
color: #8F509B;
}
.AnyTagClassName
{
color: #8F509B;
}
</style>
background-color css
<style>
a { background-color: #8F509B; }
a { background-color: rgb(143,80,155); }
div.DivClassName
{
background-color: #8F509B;
}
.BgClassName
{
background-color: #8F509B;
}
</style>
border-color css
<style>
span { border-color: #8F509B; }
span { border-color: rgb(143,80,155); }
td.TdClassName
{
border-color: #8F509B;
}
.TagClassName
{
border-color: #8F509B;
}
</style>