Shades of Violet Blue #8D5D99
Tints of Violet Blue #8D5D99
RGB
CMYK
RGB Variations
Color information
#8D5D99 (or 0x8D5D99) is known color: Violet Blue. HEX triplet: 8D, 5D and 99. RGB value is (141,93,153). Sum of RGB (Red+Green+Blue) = 141+93+153=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5D99 is #72A266. Grayscale: #717171. Windows color (decimal): -7512679 or 10050957. OLE color: 10050957.
HSL color Cylindrical-coordinate representation of color #8D5D99: hue angle of 288º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5D99 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 93 | 153 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.4 |
| HSL | 288º | 0.24% | 0.48% | - |
| HSV(B) | 288º | 0.39% | 0.6% | - |
| XYZ | 20.65 | 15.79 | 32.1 | - |
| YUV | 114.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 153 | 0.08 | 0.39 | 0 | 0.4 | 288 | 0.24 | 0.48 |
| Hex | 8D | 5D | 99 | 8 | 27 | 0 | 28 | 120 | 18 | 30 |
| Octal | 215 | 135 | 231 | 10 | 47 | 0 | 50 | 440 | 30 | 60 |
| Binary | 10001101 | 1011101 | 10011001 | 1000 | 100111 | 0 | 101000 | 100100000 | 11000 | 110000 |
Color Harmonies of #8D5D99
Complementary color
Monochromatic Colors of #8D5D99
Black with #8D5D99
Text Example
Text Example
White with #8D5D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D99; }
p { color: rgb(141,93,153); }
H1.HeaderClassName
{
color: #8D5D99;
}
.AnyTagClassName
{
color: #8D5D99;
}
</style>
background-color css
<style>
a { background-color: #8D5D99; }
a { background-color: rgb(141,93,153); }
div.DivClassName
{
background-color: #8D5D99;
}
.BgClassName
{
background-color: #8D5D99;
}
</style>
border-color css
<style>
span { border-color: #8D5D99; }
span { border-color: rgb(141,93,153); }
td.TdClassName
{
border-color: #8D5D99;
}
.TagClassName
{
border-color: #8D5D99;
}
</style>