Shades of Blue Violet #8D21E5
Tints of Blue Violet #8D21E5
RGB
CMYK
RGB Variations
Color information
#8D21E5 (or 0x8D21E5) is known color: Blue Violet. HEX triplet: 8D, 21 and E5. RGB value is (141,33,229). Sum of RGB (Red+Green+Blue) = 141+33+229=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D21E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D21E5 is #72DE1A. Grayscale: #565656. Windows color (decimal): -7527963 or 15016333. OLE color: 15016333.
HSL color Cylindrical-coordinate representation of color #8D21E5: hue angle of 273.06º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D21E5 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 33 | 229 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.10 |
| HSL | 273.06º | 0.79% | 0.51% | - |
| HSV(B) | 273.06º | 0.86% | 0.9% | - |
| XYZ | 25.67 | 12.41 | 75.17 | - |
| YUV | 87.64 | 207.78 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 229 | 0.38 | 0.86 | 0 | 0.10 | 273.06 | 0.79 | 0.51 |
| Hex | 8D | 21 | E5 | 26 | 56 | 0 | A | 111 | 4F | 33 |
| Octal | 215 | 41 | 345 | 46 | 126 | 0 | 12 | 421 | 117 | 63 |
| Binary | 10001101 | 100001 | 11100101 | 100110 | 1010110 | 0 | 1010 | 100010001 | 1001111 | 110011 |
Color Harmonies of #8D21E5
Complementary color
Monochromatic Colors of #8D21E5
Black with #8D21E5
Text Example
Text Example
White with #8D21E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D21E5; }
p { color: rgb(141,33,229); }
H1.HeaderClassName
{
color: #8D21E5;
}
.AnyTagClassName
{
color: #8D21E5;
}
</style>
background-color css
<style>
a { background-color: #8D21E5; }
a { background-color: rgb(141,33,229); }
div.DivClassName
{
background-color: #8D21E5;
}
.BgClassName
{
background-color: #8D21E5;
}
</style>
border-color css
<style>
span { border-color: #8D21E5; }
span { border-color: rgb(141,33,229); }
td.TdClassName
{
border-color: #8D21E5;
}
.TagClassName
{
border-color: #8D21E5;
}
</style>