Shades of Blue Violet #8721FA
Tints of Blue Violet #8721FA
RGB
CMYK
RGB Variations
Color information
#8721FA (or 0x8721FA) is known color: Blue Violet. HEX triplet: 87, 21 and FA. RGB value is (135,33,250). Sum of RGB (Red+Green+Blue) = 135+33+250=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #8721FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8721FA is #78DE05. Grayscale: #575757. Windows color (decimal): -7921158 or 16392583. OLE color: 16392583.
HSL color Cylindrical-coordinate representation of color #8721FA: hue angle of 268.2º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8721FA is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 33 | 250 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.02 |
| HSL | 268.2º | 0.96% | 0.55% | - |
| HSV(B) | 268.2º | 0.87% | 0.98% | - |
| XYZ | 27.79 | 13.14 | 91.51 | - |
| YUV | 88.24 | 219.29 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 250 | 0.46 | 0.87 | 0 | 0.02 | 268.2 | 0.96 | 0.55 |
| Hex | 87 | 21 | FA | 2E | 57 | 0 | 2 | 10C | 60 | 37 |
| Octal | 207 | 41 | 372 | 56 | 127 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000111 | 100001 | 11111010 | 101110 | 1010111 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #8721FA
Complementary color
Monochromatic Colors of #8721FA
Black with #8721FA
Text Example
Text Example
White with #8721FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8721FA; }
p { color: rgb(135,33,250); }
H1.HeaderClassName
{
color: #8721FA;
}
.AnyTagClassName
{
color: #8721FA;
}
</style>
background-color css
<style>
a { background-color: #8721FA; }
a { background-color: rgb(135,33,250); }
div.DivClassName
{
background-color: #8721FA;
}
.BgClassName
{
background-color: #8721FA;
}
</style>
border-color css
<style>
span { border-color: #8721FA; }
span { border-color: rgb(135,33,250); }
td.TdClassName
{
border-color: #8721FA;
}
.TagClassName
{
border-color: #8721FA;
}
</style>