Shades of Violet Blue #8D50A0
Tints of Violet Blue #8D50A0
RGB
CMYK
RGB Variations
Color information
#8D50A0 (or 0x8D50A0) is known color: Violet Blue. HEX triplet: 8D, 50 and A0. RGB value is (141,80,160). Sum of RGB (Red+Green+Blue) = 141+80+160=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D50A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D50A0 is #72AF5F. Grayscale: #6B6B6B. Windows color (decimal): -7516000 or 10506381. OLE color: 10506381.
HSL color Cylindrical-coordinate representation of color #8D50A0: hue angle of 285.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D50A0 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 80 | 160 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.37 |
| HSL | 285.75º | 0.33% | 0.47% | - |
| HSV(B) | 285.75º | 0.5% | 0.63% | - |
| XYZ | 20.2 | 13.94 | 34.88 | - |
| YUV | 107.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 160 | 0.12 | 0.5 | 0 | 0.37 | 285.75 | 0.33 | 0.47 |
| Hex | 8D | 50 | A0 | C | 32 | 0 | 25 | 11E | 21 | 2F |
| Octal | 215 | 120 | 240 | 14 | 62 | 0 | 45 | 436 | 41 | 57 |
| Binary | 10001101 | 1010000 | 10100000 | 1100 | 110010 | 0 | 100101 | 100011110 | 100001 | 101111 |
Color Harmonies of #8D50A0
Complementary color
Monochromatic Colors of #8D50A0
Black with #8D50A0
Text Example
Text Example
White with #8D50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D50A0; }
p { color: rgb(141,80,160); }
H1.HeaderClassName
{
color: #8D50A0;
}
.AnyTagClassName
{
color: #8D50A0;
}
</style>
background-color css
<style>
a { background-color: #8D50A0; }
a { background-color: rgb(141,80,160); }
div.DivClassName
{
background-color: #8D50A0;
}
.BgClassName
{
background-color: #8D50A0;
}
</style>
border-color css
<style>
span { border-color: #8D50A0; }
span { border-color: rgb(141,80,160); }
td.TdClassName
{
border-color: #8D50A0;
}
.TagClassName
{
border-color: #8D50A0;
}
</style>