Shades of Blue Violet #8D1BDA
Tints of Blue Violet #8D1BDA
RGB
CMYK
RGB Variations
Color information
#8D1BDA (or 0x8D1BDA) is known color: Blue Violet. HEX triplet: 8D, 1B and DA. RGB value is (141,27,218). Sum of RGB (Red+Green+Blue) = 141+27+218=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D1BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1BDA is #72E425. Grayscale: #525252. Windows color (decimal): -7529510 or 14293901. OLE color: 14293901.
HSL color Cylindrical-coordinate representation of color #8D1BDA: hue angle of 275.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1BDA is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 27 | 218 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.15 |
| HSL | 275.81º | 0.78% | 0.48% | - |
| HSV(B) | 275.81º | 0.88% | 0.85% | - |
| XYZ | 24.03 | 11.51 | 67.28 | - |
| YUV | 82.86 | 204.27 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 218 | 0.35 | 0.88 | 0 | 0.15 | 275.81 | 0.78 | 0.48 |
| Hex | 8D | 1B | DA | 23 | 58 | 0 | F | 114 | 4E | 30 |
| Octal | 215 | 33 | 332 | 43 | 130 | 0 | 17 | 424 | 116 | 60 |
| Binary | 10001101 | 11011 | 11011010 | 100011 | 1011000 | 0 | 1111 | 100010100 | 1001110 | 110000 |
Color Harmonies of #8D1BDA
Complementary color
Monochromatic Colors of #8D1BDA
Black with #8D1BDA
Text Example
Text Example
White with #8D1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BDA; }
p { color: rgb(141,27,218); }
H1.HeaderClassName
{
color: #8D1BDA;
}
.AnyTagClassName
{
color: #8D1BDA;
}
</style>
background-color css
<style>
a { background-color: #8D1BDA; }
a { background-color: rgb(141,27,218); }
div.DivClassName
{
background-color: #8D1BDA;
}
.BgClassName
{
background-color: #8D1BDA;
}
</style>
border-color css
<style>
span { border-color: #8D1BDA; }
span { border-color: rgb(141,27,218); }
td.TdClassName
{
border-color: #8D1BDA;
}
.TagClassName
{
border-color: #8D1BDA;
}
</style>