Shades of Blue Violet #8827FE
Tints of Blue Violet #8827FE
RGB
CMYK
RGB Variations
Color information
#8827FE (or 0x8827FE) is known color: Blue Violet. HEX triplet: 88, 27 and FE. RGB value is (136,39,254). Sum of RGB (Red+Green+Blue) = 136+39+254=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #8827FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8827FE is #77D801. Grayscale: #5B5B5B. Windows color (decimal): -7854082 or 16656264. OLE color: 16656264.
HSL color Cylindrical-coordinate representation of color #8827FE: hue angle of 267.07º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8827FE is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 39 | 254 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.00 |
| HSL | 267.07º | 0.99% | 0.57% | - |
| HSV(B) | 267.07º | 0.85% | 1% | - |
| XYZ | 28.77 | 13.84 | 94.92 | - |
| YUV | 92.51 | 219.14 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 254 | 0.46 | 0.85 | 0 | 0.00 | 267.07 | 0.99 | 0.57 |
| Hex | 88 | 27 | FE | 2E | 55 | 0 | 0 | 10B | 63 | 39 |
| Octal | 210 | 47 | 376 | 56 | 125 | 0 | 0 | 413 | 143 | 71 |
| Binary | 10001000 | 100111 | 11111110 | 101110 | 1010101 | 0 | 0 | 100001011 | 1100011 | 111001 |
Color Harmonies of #8827FE
Complementary color
Monochromatic Colors of #8827FE
Black with #8827FE
Text Example
Text Example
White with #8827FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827FE; }
p { color: rgb(136,39,254); }
H1.HeaderClassName
{
color: #8827FE;
}
.AnyTagClassName
{
color: #8827FE;
}
</style>
background-color css
<style>
a { background-color: #8827FE; }
a { background-color: rgb(136,39,254); }
div.DivClassName
{
background-color: #8827FE;
}
.BgClassName
{
background-color: #8827FE;
}
</style>
border-color css
<style>
span { border-color: #8827FE; }
span { border-color: rgb(136,39,254); }
td.TdClassName
{
border-color: #8827FE;
}
.TagClassName
{
border-color: #8827FE;
}
</style>