Shades of Blue Violet #8828FF
Tints of Blue Violet #8828FF
RGB
CMYK
RGB Variations
Color information
#8828FF (or 0x8828FF) is known color: Blue Violet. HEX triplet: 88, 28 and FF. RGB value is (136,40,255). Sum of RGB (Red+Green+Blue) = 136+40+255=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #8828FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8828FF is #77D700. Grayscale: #5C5C5C. Windows color (decimal): -7853825 or 16722056. OLE color: 16722056.
HSL color Cylindrical-coordinate representation of color #8828FF: hue angle of 266.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8828FF is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 40 | 255 | - |
| CMYK | 0.47 | 0.84 | 0 | 0 |
| HSL | 266.79º | 1% | 0.58% | - |
| HSV(B) | 266.79º | 0.84% | 1% | - |
| XYZ | 28.96 | 13.97 | 95.78 | - |
| YUV | 93.21 | 219.3 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 255 | 0.47 | 0.84 | 0 | 0 | 266.79 | 1 | 0.58 |
| Hex | 88 | 28 | FF | 2F | 54 | 0 | 0 | 10B | 64 | 3A |
| Octal | 210 | 50 | 377 | 57 | 124 | 0 | 0 | 413 | 144 | 72 |
| Binary | 10001000 | 101000 | 11111111 | 101111 | 1010100 | 0 | 0 | 100001011 | 1100100 | 111010 |
Color Harmonies of #8828FF
Complementary color
Monochromatic Colors of #8828FF
Black with #8828FF
Text Example
Text Example
White with #8828FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828FF; }
p { color: rgb(136,40,255); }
H1.HeaderClassName
{
color: #8828FF;
}
.AnyTagClassName
{
color: #8828FF;
}
</style>
background-color css
<style>
a { background-color: #8828FF; }
a { background-color: rgb(136,40,255); }
div.DivClassName
{
background-color: #8828FF;
}
.BgClassName
{
background-color: #8828FF;
}
</style>
border-color css
<style>
span { border-color: #8828FF; }
span { border-color: rgb(136,40,255); }
td.TdClassName
{
border-color: #8828FF;
}
.TagClassName
{
border-color: #8828FF;
}
</style>