Shades of Violet Blue #8D509D
Tints of Violet Blue #8D509D
RGB
CMYK
RGB Variations
Color information
#8D509D (or 0x8D509D) is known color: Violet Blue. HEX triplet: 8D, 50 and 9D. RGB value is (141,80,157). Sum of RGB (Red+Green+Blue) = 141+80+157=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D509D is #72AF62. Grayscale: #6A6A6A. Windows color (decimal): -7516003 or 10309773. OLE color: 10309773.
HSL color Cylindrical-coordinate representation of color #8D509D: hue angle of 287.53º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D509D is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 80 | 157 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.38 |
| HSL | 287.53º | 0.32% | 0.46% | - |
| HSV(B) | 287.53º | 0.49% | 0.62% | - |
| XYZ | 19.94 | 13.83 | 33.52 | - |
| YUV | 107.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 157 | 0.10 | 0.49 | 0 | 0.38 | 287.53 | 0.32 | 0.46 |
| Hex | 8D | 50 | 9D | A | 31 | 0 | 26 | 120 | 20 | 2E |
| Octal | 215 | 120 | 235 | 12 | 61 | 0 | 46 | 440 | 40 | 56 |
| Binary | 10001101 | 1010000 | 10011101 | 1010 | 110001 | 0 | 100110 | 100100000 | 100000 | 101110 |
Color Harmonies of #8D509D
Complementary color
Monochromatic Colors of #8D509D
Black with #8D509D
Text Example
Text Example
White with #8D509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D509D; }
p { color: rgb(141,80,157); }
H1.HeaderClassName
{
color: #8D509D;
}
.AnyTagClassName
{
color: #8D509D;
}
</style>
background-color css
<style>
a { background-color: #8D509D; }
a { background-color: rgb(141,80,157); }
div.DivClassName
{
background-color: #8D509D;
}
.BgClassName
{
background-color: #8D509D;
}
</style>
border-color css
<style>
span { border-color: #8D509D; }
span { border-color: rgb(141,80,157); }
td.TdClassName
{
border-color: #8D509D;
}
.TagClassName
{
border-color: #8D509D;
}
</style>