Shades of Violet Blue #8D5598
Tints of Violet Blue #8D5598
RGB
CMYK
RGB Variations
Color information
#8D5598 (or 0x8D5598) is known color: Violet Blue. HEX triplet: 8D, 55 and 98. RGB value is (141,85,152). Sum of RGB (Red+Green+Blue) = 141+85+152=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5598 is #72AA67. Grayscale: #6D6D6D. Windows color (decimal): -7514728 or 9983373. OLE color: 9983373.
HSL color Cylindrical-coordinate representation of color #8D5598: hue angle of 290.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D5598 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 85 | 152 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.40 |
| HSL | 290.15º | 0.28% | 0.46% | - |
| HSV(B) | 290.15º | 0.44% | 0.6% | - |
| XYZ | 19.9 | 14.43 | 31.44 | - |
| YUV | 109.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 152 | 0.07 | 0.44 | 0 | 0.40 | 290.15 | 0.28 | 0.46 |
| Hex | 8D | 55 | 98 | 7 | 2C | 0 | 28 | 122 | 1C | 2E |
| Octal | 215 | 125 | 230 | 7 | 54 | 0 | 50 | 442 | 34 | 56 |
| Binary | 10001101 | 1010101 | 10011000 | 111 | 101100 | 0 | 101000 | 100100010 | 11100 | 101110 |
Color Harmonies of #8D5598
Complementary color
Monochromatic Colors of #8D5598
Black with #8D5598
Text Example
Text Example
White with #8D5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5598; }
p { color: rgb(141,85,152); }
H1.HeaderClassName
{
color: #8D5598;
}
.AnyTagClassName
{
color: #8D5598;
}
</style>
background-color css
<style>
a { background-color: #8D5598; }
a { background-color: rgb(141,85,152); }
div.DivClassName
{
background-color: #8D5598;
}
.BgClassName
{
background-color: #8D5598;
}
</style>
border-color css
<style>
span { border-color: #8D5598; }
span { border-color: rgb(141,85,152); }
td.TdClassName
{
border-color: #8D5598;
}
.TagClassName
{
border-color: #8D5598;
}
</style>