Shades of Blue Violet #8826ED
Tints of Blue Violet #8826ED
RGB
CMYK
RGB Variations
Color information
#8826ED (or 0x8826ED) is known color: Blue Violet. HEX triplet: 88, 26 and ED. RGB value is (136,38,237). Sum of RGB (Red+Green+Blue) = 136+38+237=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #8826ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8826ED is #77D912. Grayscale: #595959. Windows color (decimal): -7854355 or 15541896. OLE color: 15541896.
HSL color Cylindrical-coordinate representation of color #8826ED: hue angle of 269.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8826ED is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 38 | 237 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.07 |
| HSL | 269.55º | 0.85% | 0.54% | - |
| HSV(B) | 269.55º | 0.84% | 0.93% | - |
| XYZ | 26.13 | 12.73 | 81.2 | - |
| YUV | 89.99 | 210.97 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 237 | 0.43 | 0.84 | 0 | 0.07 | 269.55 | 0.85 | 0.54 |
| Hex | 88 | 26 | ED | 2B | 54 | 0 | 7 | 10E | 55 | 36 |
| Octal | 210 | 46 | 355 | 53 | 124 | 0 | 7 | 416 | 125 | 66 |
| Binary | 10001000 | 100110 | 11101101 | 101011 | 1010100 | 0 | 111 | 100001110 | 1010101 | 110110 |
Color Harmonies of #8826ED
Complementary color
Monochromatic Colors of #8826ED
Black with #8826ED
Text Example
Text Example
White with #8826ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8826ED; }
p { color: rgb(136,38,237); }
H1.HeaderClassName
{
color: #8826ED;
}
.AnyTagClassName
{
color: #8826ED;
}
</style>
background-color css
<style>
a { background-color: #8826ED; }
a { background-color: rgb(136,38,237); }
div.DivClassName
{
background-color: #8826ED;
}
.BgClassName
{
background-color: #8826ED;
}
</style>
border-color css
<style>
span { border-color: #8826ED; }
span { border-color: rgb(136,38,237); }
td.TdClassName
{
border-color: #8826ED;
}
.TagClassName
{
border-color: #8826ED;
}
</style>