Shades of Blue Violet #8621ED
Tints of Blue Violet #8621ED
RGB
CMYK
RGB Variations
Color information
#8621ED (or 0x8621ED) is known color: Blue Violet. HEX triplet: 86, 21 and ED. RGB value is (134,33,237). Sum of RGB (Red+Green+Blue) = 134+33+237=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #8621ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8621ED is #79DE12. Grayscale: #555555. Windows color (decimal): -7986707 or 15540614. OLE color: 15540614.
HSL color Cylindrical-coordinate representation of color #8621ED: hue angle of 269.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8621ED is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 33 | 237 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.07 |
| HSL | 269.71º | 0.85% | 0.53% | - |
| HSV(B) | 269.71º | 0.86% | 0.93% | - |
| XYZ | 25.66 | 12.27 | 81.14 | - |
| YUV | 86.46 | 212.96 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 237 | 0.43 | 0.86 | 0 | 0.07 | 269.71 | 0.85 | 0.53 |
| Hex | 86 | 21 | ED | 2B | 56 | 0 | 7 | 10E | 55 | 35 |
| Octal | 206 | 41 | 355 | 53 | 126 | 0 | 7 | 416 | 125 | 65 |
| Binary | 10000110 | 100001 | 11101101 | 101011 | 1010110 | 0 | 111 | 100001110 | 1010101 | 110101 |
Color Harmonies of #8621ED
Complementary color
Monochromatic Colors of #8621ED
Black with #8621ED
Text Example
Text Example
White with #8621ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8621ED; }
p { color: rgb(134,33,237); }
H1.HeaderClassName
{
color: #8621ED;
}
.AnyTagClassName
{
color: #8621ED;
}
</style>
background-color css
<style>
a { background-color: #8621ED; }
a { background-color: rgb(134,33,237); }
div.DivClassName
{
background-color: #8621ED;
}
.BgClassName
{
background-color: #8621ED;
}
</style>
border-color css
<style>
span { border-color: #8621ED; }
span { border-color: rgb(134,33,237); }
td.TdClassName
{
border-color: #8621ED;
}
.TagClassName
{
border-color: #8621ED;
}
</style>