Shades of Violet Blue #8D5A99
Tints of Violet Blue #8D5A99
RGB
CMYK
RGB Variations
Color information
#8D5A99 (or 0x8D5A99) is known color: Violet Blue. HEX triplet: 8D, 5A and 99. RGB value is (141,90,153). Sum of RGB (Red+Green+Blue) = 141+90+153=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5A99 is #72A566. Grayscale: #707070. Windows color (decimal): -7513447 or 10050189. OLE color: 10050189.
HSL color Cylindrical-coordinate representation of color #8D5A99: hue angle of 288.57º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D5A99 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 90 | 153 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.4 |
| HSL | 288.57º | 0.26% | 0.48% | - |
| HSV(B) | 288.57º | 0.41% | 0.6% | - |
| XYZ | 20.39 | 15.27 | 32.01 | - |
| YUV | 112.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 153 | 0.08 | 0.41 | 0 | 0.4 | 288.57 | 0.26 | 0.48 |
| Hex | 8D | 5A | 99 | 8 | 29 | 0 | 28 | 121 | 1A | 30 |
| Octal | 215 | 132 | 231 | 10 | 51 | 0 | 50 | 441 | 32 | 60 |
| Binary | 10001101 | 1011010 | 10011001 | 1000 | 101001 | 0 | 101000 | 100100001 | 11010 | 110000 |
Color Harmonies of #8D5A99
Complementary color
Monochromatic Colors of #8D5A99
Black with #8D5A99
Text Example
Text Example
White with #8D5A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A99; }
p { color: rgb(141,90,153); }
H1.HeaderClassName
{
color: #8D5A99;
}
.AnyTagClassName
{
color: #8D5A99;
}
</style>
background-color css
<style>
a { background-color: #8D5A99; }
a { background-color: rgb(141,90,153); }
div.DivClassName
{
background-color: #8D5A99;
}
.BgClassName
{
background-color: #8D5A99;
}
</style>
border-color css
<style>
span { border-color: #8D5A99; }
span { border-color: rgb(141,90,153); }
td.TdClassName
{
border-color: #8D5A99;
}
.TagClassName
{
border-color: #8D5A99;
}
</style>