Shades of Violet Blue #8F5095
Tints of Violet Blue #8F5095
RGB
CMYK
RGB Variations
Color information
#8F5095 (or 0x8F5095) is known color: Violet Blue. HEX triplet: 8F, 50 and 95. RGB value is (143,80,149). Sum of RGB (Red+Green+Blue) = 143+80+149=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5095 is #70AF6A. Grayscale: #6A6A6A. Windows color (decimal): -7384939 or 9785487. OLE color: 9785487.
HSL color Cylindrical-coordinate representation of color #8F5095: hue angle of 294.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F5095 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 80 | 149 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.42 |
| HSL | 294.78º | 0.3% | 0.45% | - |
| HSV(B) | 294.78º | 0.46% | 0.58% | - |
| XYZ | 19.62 | 13.75 | 30.05 | - |
| YUV | 106.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 149 | 0.04 | 0.46 | 0 | 0.42 | 294.78 | 0.3 | 0.45 |
| Hex | 8F | 50 | 95 | 4 | 2E | 0 | 2A | 127 | 1E | 2D |
| Octal | 217 | 120 | 225 | 4 | 56 | 0 | 52 | 447 | 36 | 55 |
| Binary | 10001111 | 1010000 | 10010101 | 100 | 101110 | 0 | 101010 | 100100111 | 11110 | 101101 |
Color Harmonies of #8F5095
Complementary color
Monochromatic Colors of #8F5095
Black with #8F5095
Text Example
Text Example
White with #8F5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5095; }
p { color: rgb(143,80,149); }
H1.HeaderClassName
{
color: #8F5095;
}
.AnyTagClassName
{
color: #8F5095;
}
</style>
background-color css
<style>
a { background-color: #8F5095; }
a { background-color: rgb(143,80,149); }
div.DivClassName
{
background-color: #8F5095;
}
.BgClassName
{
background-color: #8F5095;
}
</style>
border-color css
<style>
span { border-color: #8F5095; }
span { border-color: rgb(143,80,149); }
td.TdClassName
{
border-color: #8F5095;
}
.TagClassName
{
border-color: #8F5095;
}
</style>