Shades of Blue Violet #8816EA
Tints of Blue Violet #8816EA
RGB
CMYK
RGB Variations
Color information
#8816EA (or 0x8816EA) is known color: Blue Violet. HEX triplet: 88, 16 and EA. RGB value is (136,22,234). Sum of RGB (Red+Green+Blue) = 136+22+234=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #8816EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8816EA is #77E915. Grayscale: #4F4F4F. Windows color (decimal): -7858454 or 15341192. OLE color: 15341192.
HSL color Cylindrical-coordinate representation of color #8816EA: hue angle of 272.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8816EA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 22 | 234 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.08 |
| HSL | 272.26º | 0.83% | 0.5% | - |
| HSV(B) | 272.26º | 0.91% | 0.92% | - |
| XYZ | 25.29 | 11.75 | 78.78 | - |
| YUV | 80.25 | 214.77 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 234 | 0.42 | 0.91 | 0 | 0.08 | 272.26 | 0.83 | 0.5 |
| Hex | 88 | 16 | EA | 2A | 5B | 0 | 8 | 110 | 53 | 32 |
| Octal | 210 | 26 | 352 | 52 | 133 | 0 | 10 | 420 | 123 | 62 |
| Binary | 10001000 | 10110 | 11101010 | 101010 | 1011011 | 0 | 1000 | 100010000 | 1010011 | 110010 |
Color Harmonies of #8816EA
Complementary color
Monochromatic Colors of #8816EA
Black with #8816EA
Text Example
Text Example
White with #8816EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816EA; }
p { color: rgb(136,22,234); }
H1.HeaderClassName
{
color: #8816EA;
}
.AnyTagClassName
{
color: #8816EA;
}
</style>
background-color css
<style>
a { background-color: #8816EA; }
a { background-color: rgb(136,22,234); }
div.DivClassName
{
background-color: #8816EA;
}
.BgClassName
{
background-color: #8816EA;
}
</style>
border-color css
<style>
span { border-color: #8816EA; }
span { border-color: rgb(136,22,234); }
td.TdClassName
{
border-color: #8816EA;
}
.TagClassName
{
border-color: #8816EA;
}
</style>