Shades of Blue Violet #8721E0
Tints of Blue Violet #8721E0
RGB
CMYK
RGB Variations
Color information
#8721E0 (or 0x8721E0) is known color: Blue Violet. HEX triplet: 87, 21 and E0. RGB value is (135,33,224). Sum of RGB (Red+Green+Blue) = 135+33+224=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #8721E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721E0 is #78DE1F. Grayscale: #545454. Windows color (decimal): -7921184 or 14688647. OLE color: 14688647.
HSL color Cylindrical-coordinate representation of color #8721E0: hue angle of 272.04º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8721E0 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 33 | 224 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.12 |
| HSL | 272.04º | 0.75% | 0.5% | - |
| HSV(B) | 272.04º | 0.85% | 0.88% | - |
| XYZ | 23.99 | 11.62 | 71.5 | - |
| YUV | 85.27 | 206.29 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 224 | 0.40 | 0.85 | 0 | 0.12 | 272.04 | 0.75 | 0.5 |
| Hex | 87 | 21 | E0 | 28 | 55 | 0 | C | 110 | 4B | 32 |
| Octal | 207 | 41 | 340 | 50 | 125 | 0 | 14 | 420 | 113 | 62 |
| Binary | 10000111 | 100001 | 11100000 | 101000 | 1010101 | 0 | 1100 | 100010000 | 1001011 | 110010 |
Color Harmonies of #8721E0
Complementary color
Monochromatic Colors of #8721E0
Black with #8721E0
Text Example
Text Example
White with #8721E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8721E0; }
p { color: rgb(135,33,224); }
H1.HeaderClassName
{
color: #8721E0;
}
.AnyTagClassName
{
color: #8721E0;
}
</style>
background-color css
<style>
a { background-color: #8721E0; }
a { background-color: rgb(135,33,224); }
div.DivClassName
{
background-color: #8721E0;
}
.BgClassName
{
background-color: #8721E0;
}
</style>
border-color css
<style>
span { border-color: #8721E0; }
span { border-color: rgb(135,33,224); }
td.TdClassName
{
border-color: #8721E0;
}
.TagClassName
{
border-color: #8721E0;
}
</style>