Shades of Blue Violet #8D2ADD
Tints of Blue Violet #8D2ADD
RGB
CMYK
RGB Variations
Color information
#8D2ADD (or 0x8D2ADD) is known color: Blue Violet. HEX triplet: 8D, 2A and DD. RGB value is (141,42,221). Sum of RGB (Red+Green+Blue) = 141+42+221=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2ADD is #72D522. Grayscale: #5B5B5B. Windows color (decimal): -7525667 or 14494349. OLE color: 14494349.
HSL color Cylindrical-coordinate representation of color #8D2ADD: hue angle of 273.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D2ADD is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 42 | 221 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.13 |
| HSL | 273.18º | 0.72% | 0.52% | - |
| HSV(B) | 273.18º | 0.81% | 0.87% | - |
| XYZ | 24.86 | 12.54 | 69.52 | - |
| YUV | 92.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 221 | 0.36 | 0.81 | 0 | 0.13 | 273.18 | 0.72 | 0.52 |
| Hex | 8D | 2A | DD | 24 | 51 | 0 | D | 111 | 48 | 34 |
| Octal | 215 | 52 | 335 | 44 | 121 | 0 | 15 | 421 | 110 | 64 |
| Binary | 10001101 | 101010 | 11011101 | 100100 | 1010001 | 0 | 1101 | 100010001 | 1001000 | 110100 |
Color Harmonies of #8D2ADD
Complementary color
Monochromatic Colors of #8D2ADD
Black with #8D2ADD
Text Example
Text Example
White with #8D2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2ADD; }
p { color: rgb(141,42,221); }
H1.HeaderClassName
{
color: #8D2ADD;
}
.AnyTagClassName
{
color: #8D2ADD;
}
</style>
background-color css
<style>
a { background-color: #8D2ADD; }
a { background-color: rgb(141,42,221); }
div.DivClassName
{
background-color: #8D2ADD;
}
.BgClassName
{
background-color: #8D2ADD;
}
</style>
border-color css
<style>
span { border-color: #8D2ADD; }
span { border-color: rgb(141,42,221); }
td.TdClassName
{
border-color: #8D2ADD;
}
.TagClassName
{
border-color: #8D2ADD;
}
</style>