Shades of Blue Violet #8D27E1
Tints of Blue Violet #8D27E1
RGB
CMYK
RGB Variations
Color information
#8D27E1 (or 0x8D27E1) is known color: Blue Violet. HEX triplet: 8D, 27 and E1. RGB value is (141,39,225). Sum of RGB (Red+Green+Blue) = 141+39+225=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #8D27E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D27E1 is #72D81E. Grayscale: #5A5A5A. Windows color (decimal): -7526431 or 14755725. OLE color: 14755725.
HSL color Cylindrical-coordinate representation of color #8D27E1: hue angle of 272.9º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D27E1 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 39 | 225 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.12 |
| HSL | 272.9º | 0.76% | 0.52% | - |
| HSV(B) | 272.9º | 0.83% | 0.88% | - |
| XYZ | 25.3 | 12.55 | 72.32 | - |
| YUV | 90.7 | 203.79 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 225 | 0.37 | 0.83 | 0 | 0.12 | 272.9 | 0.76 | 0.52 |
| Hex | 8D | 27 | E1 | 25 | 53 | 0 | C | 111 | 4C | 34 |
| Octal | 215 | 47 | 341 | 45 | 123 | 0 | 14 | 421 | 114 | 64 |
| Binary | 10001101 | 100111 | 11100001 | 100101 | 1010011 | 0 | 1100 | 100010001 | 1001100 | 110100 |
Color Harmonies of #8D27E1
Complementary color
Monochromatic Colors of #8D27E1
Black with #8D27E1
Text Example
Text Example
White with #8D27E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D27E1; }
p { color: rgb(141,39,225); }
H1.HeaderClassName
{
color: #8D27E1;
}
.AnyTagClassName
{
color: #8D27E1;
}
</style>
background-color css
<style>
a { background-color: #8D27E1; }
a { background-color: rgb(141,39,225); }
div.DivClassName
{
background-color: #8D27E1;
}
.BgClassName
{
background-color: #8D27E1;
}
</style>
border-color css
<style>
span { border-color: #8D27E1; }
span { border-color: rgb(141,39,225); }
td.TdClassName
{
border-color: #8D27E1;
}
.TagClassName
{
border-color: #8D27E1;
}
</style>