Shades of Blue Violet #8D1FE5
Tints of Blue Violet #8D1FE5
RGB
CMYK
RGB Variations
Color information
#8D1FE5 (or 0x8D1FE5) is known color: Blue Violet. HEX triplet: 8D, 1F and E5. RGB value is (141,31,229). Sum of RGB (Red+Green+Blue) = 141+31+229=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D1FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FE5 is #72E01A. Grayscale: #555555. Windows color (decimal): -7528475 or 15015821. OLE color: 15015821.
HSL color Cylindrical-coordinate representation of color #8D1FE5: hue angle of 273.33º 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 #8D1FE5 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 31 | 229 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.10 |
| HSL | 273.33º | 0.79% | 0.51% | - |
| HSV(B) | 273.33º | 0.86% | 0.9% | - |
| XYZ | 25.62 | 12.3 | 75.15 | - |
| YUV | 86.46 | 208.44 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 229 | 0.38 | 0.86 | 0 | 0.10 | 273.33 | 0.79 | 0.51 |
| Hex | 8D | 1F | E5 | 26 | 56 | 0 | A | 111 | 4F | 33 |
| Octal | 215 | 37 | 345 | 46 | 126 | 0 | 12 | 421 | 117 | 63 |
| Binary | 10001101 | 11111 | 11100101 | 100110 | 1010110 | 0 | 1010 | 100010001 | 1001111 | 110011 |
Color Harmonies of #8D1FE5
Complementary color
Monochromatic Colors of #8D1FE5
Black with #8D1FE5
Text Example
Text Example
White with #8D1FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FE5; }
p { color: rgb(141,31,229); }
H1.HeaderClassName
{
color: #8D1FE5;
}
.AnyTagClassName
{
color: #8D1FE5;
}
</style>
background-color css
<style>
a { background-color: #8D1FE5; }
a { background-color: rgb(141,31,229); }
div.DivClassName
{
background-color: #8D1FE5;
}
.BgClassName
{
background-color: #8D1FE5;
}
</style>
border-color css
<style>
span { border-color: #8D1FE5; }
span { border-color: rgb(141,31,229); }
td.TdClassName
{
border-color: #8D1FE5;
}
.TagClassName
{
border-color: #8D1FE5;
}
</style>