Shades of Violet Blue #8F589B
Tints of Violet Blue #8F589B
RGB
CMYK
RGB Variations
Color information
#8F589B (or 0x8F589B) is known color: Violet Blue. HEX triplet: 8F, 58 and 9B. RGB value is (143,88,155). Sum of RGB (Red+Green+Blue) = 143+88+155=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F589B is #70A764. Grayscale: #6F6F6F. Windows color (decimal): -7382885 or 10180751. OLE color: 10180751.
HSL color Cylindrical-coordinate representation of color #8F589B: hue angle of 289.25º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F589B is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 88 | 155 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.39 |
| HSL | 289.25º | 0.28% | 0.48% | - |
| HSV(B) | 289.25º | 0.43% | 0.61% | - |
| XYZ | 20.73 | 15.19 | 32.85 | - |
| YUV | 112.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 155 | 0.08 | 0.43 | 0 | 0.39 | 289.25 | 0.28 | 0.48 |
| Hex | 8F | 58 | 9B | 8 | 2B | 0 | 27 | 121 | 1C | 30 |
| Octal | 217 | 130 | 233 | 10 | 53 | 0 | 47 | 441 | 34 | 60 |
| Binary | 10001111 | 1011000 | 10011011 | 1000 | 101011 | 0 | 100111 | 100100001 | 11100 | 110000 |
Color Harmonies of #8F589B
Complementary color
Monochromatic Colors of #8F589B
Black with #8F589B
Text Example
Text Example
White with #8F589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F589B; }
p { color: rgb(143,88,155); }
H1.HeaderClassName
{
color: #8F589B;
}
.AnyTagClassName
{
color: #8F589B;
}
</style>
background-color css
<style>
a { background-color: #8F589B; }
a { background-color: rgb(143,88,155); }
div.DivClassName
{
background-color: #8F589B;
}
.BgClassName
{
background-color: #8F589B;
}
</style>
border-color css
<style>
span { border-color: #8F589B; }
span { border-color: rgb(143,88,155); }
td.TdClassName
{
border-color: #8F589B;
}
.TagClassName
{
border-color: #8F589B;
}
</style>