Shades of Blue Violet #8828FE
Tints of Blue Violet #8828FE
RGB
CMYK
RGB Variations
Color information
#8828FE (or 0x8828FE) is known color: Blue Violet. HEX triplet: 88, 28 and FE. RGB value is (136,40,254). Sum of RGB (Red+Green+Blue) = 136+40+254=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #8828FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8828FE is #77D701. Grayscale: #5C5C5C. Windows color (decimal): -7853826 or 16656520. OLE color: 16656520.
HSL color Cylindrical-coordinate representation of color #8828FE: hue angle of 266.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8828FE is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 40 | 254 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.00 |
| HSL | 266.92º | 0.99% | 0.58% | - |
| HSV(B) | 266.92º | 0.84% | 1% | - |
| XYZ | 28.8 | 13.91 | 94.93 | - |
| YUV | 93.1 | 218.8 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 254 | 0.46 | 0.84 | 0 | 0.00 | 266.92 | 0.99 | 0.58 |
| Hex | 88 | 28 | FE | 2E | 54 | 0 | 0 | 10B | 63 | 3A |
| Octal | 210 | 50 | 376 | 56 | 124 | 0 | 0 | 413 | 143 | 72 |
| Binary | 10001000 | 101000 | 11111110 | 101110 | 1010100 | 0 | 0 | 100001011 | 1100011 | 111010 |
Color Harmonies of #8828FE
Complementary color
Monochromatic Colors of #8828FE
Black with #8828FE
Text Example
Text Example
White with #8828FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828FE; }
p { color: rgb(136,40,254); }
H1.HeaderClassName
{
color: #8828FE;
}
.AnyTagClassName
{
color: #8828FE;
}
</style>
background-color css
<style>
a { background-color: #8828FE; }
a { background-color: rgb(136,40,254); }
div.DivClassName
{
background-color: #8828FE;
}
.BgClassName
{
background-color: #8828FE;
}
</style>
border-color css
<style>
span { border-color: #8828FE; }
span { border-color: rgb(136,40,254); }
td.TdClassName
{
border-color: #8828FE;
}
.TagClassName
{
border-color: #8828FE;
}
</style>