Shades of Blue Violet #8D1FE8
Tints of Blue Violet #8D1FE8
RGB
CMYK
RGB Variations
Color information
#8D1FE8 (or 0x8D1FE8) is known color: Blue Violet. HEX triplet: 8D, 1F and E8. RGB value is (141,31,232). Sum of RGB (Red+Green+Blue) = 141+31+232=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #8D1FE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1FE8 is #72E017. Grayscale: #565656. Windows color (decimal): -7528472 or 15212429. OLE color: 15212429.
HSL color Cylindrical-coordinate representation of color #8D1FE8: hue angle of 272.84º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1FE8 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 31 | 232 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.09 |
| HSL | 272.84º | 0.81% | 0.52% | - |
| HSV(B) | 272.84º | 0.87% | 0.91% | - |
| XYZ | 26.04 | 12.47 | 77.38 | - |
| YUV | 86.8 | 209.94 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 232 | 0.39 | 0.87 | 0 | 0.09 | 272.84 | 0.81 | 0.52 |
| Hex | 8D | 1F | E8 | 27 | 57 | 0 | 9 | 111 | 51 | 34 |
| Octal | 215 | 37 | 350 | 47 | 127 | 0 | 11 | 421 | 121 | 64 |
| Binary | 10001101 | 11111 | 11101000 | 100111 | 1010111 | 0 | 1001 | 100010001 | 1010001 | 110100 |
Color Harmonies of #8D1FE8
Complementary color
Monochromatic Colors of #8D1FE8
Black with #8D1FE8
Text Example
Text Example
White with #8D1FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FE8; }
p { color: rgb(141,31,232); }
H1.HeaderClassName
{
color: #8D1FE8;
}
.AnyTagClassName
{
color: #8D1FE8;
}
</style>
background-color css
<style>
a { background-color: #8D1FE8; }
a { background-color: rgb(141,31,232); }
div.DivClassName
{
background-color: #8D1FE8;
}
.BgClassName
{
background-color: #8D1FE8;
}
</style>
border-color css
<style>
span { border-color: #8D1FE8; }
span { border-color: rgb(141,31,232); }
td.TdClassName
{
border-color: #8D1FE8;
}
.TagClassName
{
border-color: #8D1FE8;
}
</style>