Shades of Blue Violet #8E37DD
Tints of Blue Violet #8E37DD
RGB
CMYK
RGB Variations
Color information
#8E37DD (or 0x8E37DD) is known color: Blue Violet. HEX triplet: 8E, 37 and DD. RGB value is (142,55,221). Sum of RGB (Red+Green+Blue) = 142+55+221=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E37DD is #71C822. Grayscale: #636363. Windows color (decimal): -7456803 or 14497678. OLE color: 14497678.
HSL color Cylindrical-coordinate representation of color #8E37DD: hue angle of 271.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E37DD is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 55 | 221 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.13 |
| HSL | 271.45º | 0.71% | 0.54% | - |
| HSV(B) | 271.45º | 0.75% | 0.87% | - |
| XYZ | 25.57 | 13.7 | 69.7 | - |
| YUV | 99.94 | 196.32 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 221 | 0.36 | 0.75 | 0 | 0.13 | 271.45 | 0.71 | 0.54 |
| Hex | 8E | 37 | DD | 24 | 4B | 0 | D | 10F | 47 | 36 |
| Octal | 216 | 67 | 335 | 44 | 113 | 0 | 15 | 417 | 107 | 66 |
| Binary | 10001110 | 110111 | 11011101 | 100100 | 1001011 | 0 | 1101 | 100001111 | 1000111 | 110110 |
Color Harmonies of #8E37DD
Complementary color
Monochromatic Colors of #8E37DD
Black with #8E37DD
Text Example
Text Example
White with #8E37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E37DD; }
p { color: rgb(142,55,221); }
H1.HeaderClassName
{
color: #8E37DD;
}
.AnyTagClassName
{
color: #8E37DD;
}
</style>
background-color css
<style>
a { background-color: #8E37DD; }
a { background-color: rgb(142,55,221); }
div.DivClassName
{
background-color: #8E37DD;
}
.BgClassName
{
background-color: #8E37DD;
}
</style>
border-color css
<style>
span { border-color: #8E37DD; }
span { border-color: rgb(142,55,221); }
td.TdClassName
{
border-color: #8E37DD;
}
.TagClassName
{
border-color: #8E37DD;
}
</style>