Shades of Blue Violet #8D1DDA
Tints of Blue Violet #8D1DDA
RGB
CMYK
RGB Variations
Color information
#8D1DDA (or 0x8D1DDA) is known color: Blue Violet. HEX triplet: 8D, 1D and DA. RGB value is (141,29,218). Sum of RGB (Red+Green+Blue) = 141+29+218=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D1DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1DDA is #72E225. Grayscale: #535353. Windows color (decimal): -7528998 or 14294413. OLE color: 14294413.
HSL color Cylindrical-coordinate representation of color #8D1DDA: hue angle of 275.56º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1DDA is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 29 | 218 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.15 |
| HSL | 275.56º | 0.77% | 0.48% | - |
| HSV(B) | 275.56º | 0.87% | 0.85% | - |
| XYZ | 24.08 | 11.6 | 67.3 | - |
| YUV | 84.03 | 203.61 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 218 | 0.35 | 0.87 | 0 | 0.15 | 275.56 | 0.77 | 0.48 |
| Hex | 8D | 1D | DA | 23 | 57 | 0 | F | 114 | 4D | 30 |
| Octal | 215 | 35 | 332 | 43 | 127 | 0 | 17 | 424 | 115 | 60 |
| Binary | 10001101 | 11101 | 11011010 | 100011 | 1010111 | 0 | 1111 | 100010100 | 1001101 | 110000 |
Color Harmonies of #8D1DDA
Complementary color
Monochromatic Colors of #8D1DDA
Black with #8D1DDA
Text Example
Text Example
White with #8D1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1DDA; }
p { color: rgb(141,29,218); }
H1.HeaderClassName
{
color: #8D1DDA;
}
.AnyTagClassName
{
color: #8D1DDA;
}
</style>
background-color css
<style>
a { background-color: #8D1DDA; }
a { background-color: rgb(141,29,218); }
div.DivClassName
{
background-color: #8D1DDA;
}
.BgClassName
{
background-color: #8D1DDA;
}
</style>
border-color css
<style>
span { border-color: #8D1DDA; }
span { border-color: rgb(141,29,218); }
td.TdClassName
{
border-color: #8D1DDA;
}
.TagClassName
{
border-color: #8D1DDA;
}
</style>