Shades of Blue Violet #8E1FDD
Tints of Blue Violet #8E1FDD
RGB
CMYK
RGB Variations
Color information
#8E1FDD (or 0x8E1FDD) is known color: Blue Violet. HEX triplet: 8E, 1F and DD. RGB value is (142,31,221). Sum of RGB (Red+Green+Blue) = 142+31+221=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E1FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1FDD is #71E022. Grayscale: #555555. Windows color (decimal): -7462947 or 14491534. OLE color: 14491534.
HSL color Cylindrical-coordinate representation of color #8E1FDD: hue angle of 275.05º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1FDD is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 31 | 221 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.13 |
| HSL | 275.05º | 0.75% | 0.49% | - |
| HSV(B) | 275.05º | 0.86% | 0.87% | - |
| XYZ | 24.7 | 11.95 | 69.41 | - |
| YUV | 85.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 31 | 221 | 0.36 | 0.86 | 0 | 0.13 | 275.05 | 0.75 | 0.49 |
| Hex | 8E | 1F | DD | 24 | 56 | 0 | D | 113 | 4B | 31 |
| Octal | 216 | 37 | 335 | 44 | 126 | 0 | 15 | 423 | 113 | 61 |
| Binary | 10001110 | 11111 | 11011101 | 100100 | 1010110 | 0 | 1101 | 100010011 | 1001011 | 110001 |
Color Harmonies of #8E1FDD
Complementary color
Monochromatic Colors of #8E1FDD
Black with #8E1FDD
Text Example
Text Example
White with #8E1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1FDD; }
p { color: rgb(142,31,221); }
H1.HeaderClassName
{
color: #8E1FDD;
}
.AnyTagClassName
{
color: #8E1FDD;
}
</style>
background-color css
<style>
a { background-color: #8E1FDD; }
a { background-color: rgb(142,31,221); }
div.DivClassName
{
background-color: #8E1FDD;
}
.BgClassName
{
background-color: #8E1FDD;
}
</style>
border-color css
<style>
span { border-color: #8E1FDD; }
span { border-color: rgb(142,31,221); }
td.TdClassName
{
border-color: #8E1FDD;
}
.TagClassName
{
border-color: #8E1FDD;
}
</style>