Shades of Blue Violet #8826CE
Tints of Blue Violet #8826CE
RGB
CMYK
RGB Variations
Color information
#8826CE (or 0x8826CE) is known color: Blue Violet. HEX triplet: 88, 26 and CE. RGB value is (136,38,206). Sum of RGB (Red+Green+Blue) = 136+38+206=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #8826CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8826CE is #77D931. Grayscale: #555555. Windows color (decimal): -7854386 or 13510280. OLE color: 13510280.
HSL color Cylindrical-coordinate representation of color #8826CE: hue angle of 275º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8826CE is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 38 | 206 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.19 |
| HSL | 275º | 0.69% | 0.48% | - |
| HSV(B) | 275º | 0.82% | 0.81% | - |
| XYZ | 21.99 | 11.08 | 59.37 | - |
| YUV | 86.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 206 | 0.34 | 0.82 | 0 | 0.19 | 275 | 0.69 | 0.48 |
| Hex | 88 | 26 | CE | 22 | 52 | 0 | 13 | 113 | 45 | 30 |
| Octal | 210 | 46 | 316 | 42 | 122 | 0 | 23 | 423 | 105 | 60 |
| Binary | 10001000 | 100110 | 11001110 | 100010 | 1010010 | 0 | 10011 | 100010011 | 1000101 | 110000 |
Color Harmonies of #8826CE
Complementary color
Monochromatic Colors of #8826CE
Black with #8826CE
Text Example
Text Example
White with #8826CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8826CE; }
p { color: rgb(136,38,206); }
H1.HeaderClassName
{
color: #8826CE;
}
.AnyTagClassName
{
color: #8826CE;
}
</style>
background-color css
<style>
a { background-color: #8826CE; }
a { background-color: rgb(136,38,206); }
div.DivClassName
{
background-color: #8826CE;
}
.BgClassName
{
background-color: #8826CE;
}
</style>
border-color css
<style>
span { border-color: #8826CE; }
span { border-color: rgb(136,38,206); }
td.TdClassName
{
border-color: #8826CE;
}
.TagClassName
{
border-color: #8826CE;
}
</style>