Shades of Violet Blue #8F5D95
Tints of Violet Blue #8F5D95
RGB
CMYK
RGB Variations
Color information
#8F5D95 (or 0x8F5D95) is known color: Violet Blue. HEX triplet: 8F, 5D and 95. RGB value is (143,93,149). Sum of RGB (Red+Green+Blue) = 143+93+149=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F5D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D95 is #70A26A. Grayscale: #727272. Windows color (decimal): -7381611 or 9788815. OLE color: 9788815.
HSL color Cylindrical-coordinate representation of color #8F5D95: hue angle of 293.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F5D95 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 93 | 149 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.42 |
| HSL | 293.57º | 0.23% | 0.47% | - |
| HSV(B) | 293.57º | 0.38% | 0.58% | - |
| XYZ | 20.67 | 15.84 | 30.4 | - |
| YUV | 114.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 149 | 0.04 | 0.38 | 0 | 0.42 | 293.57 | 0.23 | 0.47 |
| Hex | 8F | 5D | 95 | 4 | 26 | 0 | 2A | 126 | 17 | 2F |
| Octal | 217 | 135 | 225 | 4 | 46 | 0 | 52 | 446 | 27 | 57 |
| Binary | 10001111 | 1011101 | 10010101 | 100 | 100110 | 0 | 101010 | 100100110 | 10111 | 101111 |
Color Harmonies of #8F5D95
Complementary color
Monochromatic Colors of #8F5D95
Black with #8F5D95
Text Example
Text Example
White with #8F5D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D95; }
p { color: rgb(143,93,149); }
H1.HeaderClassName
{
color: #8F5D95;
}
.AnyTagClassName
{
color: #8F5D95;
}
</style>
background-color css
<style>
a { background-color: #8F5D95; }
a { background-color: rgb(143,93,149); }
div.DivClassName
{
background-color: #8F5D95;
}
.BgClassName
{
background-color: #8F5D95;
}
</style>
border-color css
<style>
span { border-color: #8F5D95; }
span { border-color: rgb(143,93,149); }
td.TdClassName
{
border-color: #8F5D95;
}
.TagClassName
{
border-color: #8F5D95;
}
</style>