Shades of Violet Blue #8D589A
Tints of Violet Blue #8D589A
RGB
CMYK
RGB Variations
Color information
#8D589A (or 0x8D589A) is known color: Violet Blue. HEX triplet: 8D, 58 and 9A. RGB value is (141,88,154). Sum of RGB (Red+Green+Blue) = 141+88+154=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D589A is #72A765. Grayscale: #6F6F6F. Windows color (decimal): -7513958 or 10115213. OLE color: 10115213.
HSL color Cylindrical-coordinate representation of color #8D589A: hue angle of 288.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D589A is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 88 | 154 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.40 |
| HSL | 288.18º | 0.27% | 0.47% | - |
| HSV(B) | 288.18º | 0.43% | 0.6% | - |
| XYZ | 20.31 | 14.98 | 32.39 | - |
| YUV | 111.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 154 | 0.08 | 0.43 | 0 | 0.40 | 288.18 | 0.27 | 0.47 |
| Hex | 8D | 58 | 9A | 8 | 2B | 0 | 28 | 120 | 1B | 2F |
| Octal | 215 | 130 | 232 | 10 | 53 | 0 | 50 | 440 | 33 | 57 |
| Binary | 10001101 | 1011000 | 10011010 | 1000 | 101011 | 0 | 101000 | 100100000 | 11011 | 101111 |
Color Harmonies of #8D589A
Complementary color
Monochromatic Colors of #8D589A
Black with #8D589A
Text Example
Text Example
White with #8D589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D589A; }
p { color: rgb(141,88,154); }
H1.HeaderClassName
{
color: #8D589A;
}
.AnyTagClassName
{
color: #8D589A;
}
</style>
background-color css
<style>
a { background-color: #8D589A; }
a { background-color: rgb(141,88,154); }
div.DivClassName
{
background-color: #8D589A;
}
.BgClassName
{
background-color: #8D589A;
}
</style>
border-color css
<style>
span { border-color: #8D589A; }
span { border-color: rgb(141,88,154); }
td.TdClassName
{
border-color: #8D589A;
}
.TagClassName
{
border-color: #8D589A;
}
</style>