Shades of Blue Violet #8827EA
Tints of Blue Violet #8827EA
RGB
CMYK
RGB Variations
Color information
#8827EA (or 0x8827EA) is known color: Blue Violet. HEX triplet: 88, 27 and EA. RGB value is (136,39,234). Sum of RGB (Red+Green+Blue) = 136+39+234=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #8827EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8827EA is #77D815. Grayscale: #595959. Windows color (decimal): -7854102 or 15345544. OLE color: 15345544.
HSL color Cylindrical-coordinate representation of color #8827EA: hue angle of 269.85º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8827EA is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 39 | 234 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.08 |
| HSL | 269.85º | 0.82% | 0.54% | - |
| HSV(B) | 269.85º | 0.83% | 0.92% | - |
| XYZ | 25.73 | 12.63 | 78.92 | - |
| YUV | 90.23 | 209.14 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 234 | 0.42 | 0.83 | 0 | 0.08 | 269.85 | 0.82 | 0.54 |
| Hex | 88 | 27 | EA | 2A | 53 | 0 | 8 | 10E | 52 | 36 |
| Octal | 210 | 47 | 352 | 52 | 123 | 0 | 10 | 416 | 122 | 66 |
| Binary | 10001000 | 100111 | 11101010 | 101010 | 1010011 | 0 | 1000 | 100001110 | 1010010 | 110110 |
Color Harmonies of #8827EA
Complementary color
Monochromatic Colors of #8827EA
Black with #8827EA
Text Example
Text Example
White with #8827EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827EA; }
p { color: rgb(136,39,234); }
H1.HeaderClassName
{
color: #8827EA;
}
.AnyTagClassName
{
color: #8827EA;
}
</style>
background-color css
<style>
a { background-color: #8827EA; }
a { background-color: rgb(136,39,234); }
div.DivClassName
{
background-color: #8827EA;
}
.BgClassName
{
background-color: #8827EA;
}
</style>
border-color css
<style>
span { border-color: #8827EA; }
span { border-color: rgb(136,39,234); }
td.TdClassName
{
border-color: #8827EA;
}
.TagClassName
{
border-color: #8827EA;
}
</style>