Shades of Violet Blue #8F589D
Tints of Violet Blue #8F589D
RGB
CMYK
RGB Variations
Color information
#8F589D (or 0x8F589D) is known color: Violet Blue. HEX triplet: 8F, 58 and 9D. RGB value is (143,88,157). Sum of RGB (Red+Green+Blue) = 143+88+157=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F589D is #70A762. Grayscale: #707070. Windows color (decimal): -7382883 or 10311823. OLE color: 10311823.
HSL color Cylindrical-coordinate representation of color #8F589D: hue angle of 287.83º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F589D is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 88 | 157 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.38 |
| HSL | 287.83º | 0.28% | 0.48% | - |
| HSV(B) | 287.83º | 0.44% | 0.62% | - |
| XYZ | 20.9 | 15.25 | 33.74 | - |
| YUV | 112.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 157 | 0.09 | 0.44 | 0 | 0.38 | 287.83 | 0.28 | 0.48 |
| Hex | 8F | 58 | 9D | 9 | 2C | 0 | 26 | 120 | 1C | 30 |
| Octal | 217 | 130 | 235 | 11 | 54 | 0 | 46 | 440 | 34 | 60 |
| Binary | 10001111 | 1011000 | 10011101 | 1001 | 101100 | 0 | 100110 | 100100000 | 11100 | 110000 |
Color Harmonies of #8F589D
Complementary color
Monochromatic Colors of #8F589D
Black with #8F589D
Text Example
Text Example
White with #8F589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F589D; }
p { color: rgb(143,88,157); }
H1.HeaderClassName
{
color: #8F589D;
}
.AnyTagClassName
{
color: #8F589D;
}
</style>
background-color css
<style>
a { background-color: #8F589D; }
a { background-color: rgb(143,88,157); }
div.DivClassName
{
background-color: #8F589D;
}
.BgClassName
{
background-color: #8F589D;
}
</style>
border-color css
<style>
span { border-color: #8F589D; }
span { border-color: rgb(143,88,157); }
td.TdClassName
{
border-color: #8F589D;
}
.TagClassName
{
border-color: #8F589D;
}
</style>