Shades of Violet Blue #8F5595
Tints of Violet Blue #8F5595
RGB
CMYK
RGB Variations
Color information
#8F5595 (or 0x8F5595) is known color: Violet Blue. HEX triplet: 8F, 55 and 95. RGB value is (143,85,149). Sum of RGB (Red+Green+Blue) = 143+85+149=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F5595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5595 is #70AA6A. Grayscale: #6D6D6D. Windows color (decimal): -7383659 or 9786767. OLE color: 9786767.
HSL color Cylindrical-coordinate representation of color #8F5595: hue angle of 294.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5595 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 85 | 149 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.42 |
| HSL | 294.38º | 0.27% | 0.46% | - |
| HSV(B) | 294.38º | 0.43% | 0.58% | - |
| XYZ | 20 | 14.51 | 30.18 | - |
| YUV | 109.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 149 | 0.04 | 0.43 | 0 | 0.42 | 294.38 | 0.27 | 0.46 |
| Hex | 8F | 55 | 95 | 4 | 2B | 0 | 2A | 126 | 1B | 2E |
| Octal | 217 | 125 | 225 | 4 | 53 | 0 | 52 | 446 | 33 | 56 |
| Binary | 10001111 | 1010101 | 10010101 | 100 | 101011 | 0 | 101010 | 100100110 | 11011 | 101110 |
Color Harmonies of #8F5595
Complementary color
Monochromatic Colors of #8F5595
Black with #8F5595
Text Example
Text Example
White with #8F5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5595; }
p { color: rgb(143,85,149); }
H1.HeaderClassName
{
color: #8F5595;
}
.AnyTagClassName
{
color: #8F5595;
}
</style>
background-color css
<style>
a { background-color: #8F5595; }
a { background-color: rgb(143,85,149); }
div.DivClassName
{
background-color: #8F5595;
}
.BgClassName
{
background-color: #8F5595;
}
</style>
border-color css
<style>
span { border-color: #8F5595; }
span { border-color: rgb(143,85,149); }
td.TdClassName
{
border-color: #8F5595;
}
.TagClassName
{
border-color: #8F5595;
}
</style>