Shades of Violet Blue #8F5495
Tints of Violet Blue #8F5495
RGB
CMYK
RGB Variations
Color information
#8F5495 (or 0x8F5495) is known color: Violet Blue. HEX triplet: 8F, 54 and 95. RGB value is (143,84,149). Sum of RGB (Red+Green+Blue) = 143+84+149=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5495 is #70AB6A. Grayscale: #6C6C6C. Windows color (decimal): -7383915 or 9786511. OLE color: 9786511.
HSL color Cylindrical-coordinate representation of color #8F5495: hue angle of 294.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F5495 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 84 | 149 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.42 |
| HSL | 294.46º | 0.28% | 0.46% | - |
| HSV(B) | 294.46º | 0.44% | 0.58% | - |
| XYZ | 19.92 | 14.35 | 30.15 | - |
| YUV | 109.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 149 | 0.04 | 0.44 | 0 | 0.42 | 294.46 | 0.28 | 0.46 |
| Hex | 8F | 54 | 95 | 4 | 2C | 0 | 2A | 126 | 1C | 2E |
| Octal | 217 | 124 | 225 | 4 | 54 | 0 | 52 | 446 | 34 | 56 |
| Binary | 10001111 | 1010100 | 10010101 | 100 | 101100 | 0 | 101010 | 100100110 | 11100 | 101110 |
Color Harmonies of #8F5495
Complementary color
Monochromatic Colors of #8F5495
Black with #8F5495
Text Example
Text Example
White with #8F5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5495; }
p { color: rgb(143,84,149); }
H1.HeaderClassName
{
color: #8F5495;
}
.AnyTagClassName
{
color: #8F5495;
}
</style>
background-color css
<style>
a { background-color: #8F5495; }
a { background-color: rgb(143,84,149); }
div.DivClassName
{
background-color: #8F5495;
}
.BgClassName
{
background-color: #8F5495;
}
</style>
border-color css
<style>
span { border-color: #8F5495; }
span { border-color: rgb(143,84,149); }
td.TdClassName
{
border-color: #8F5495;
}
.TagClassName
{
border-color: #8F5495;
}
</style>