Shades of Blue Violet #8828DE
Tints of Blue Violet #8828DE
RGB
CMYK
RGB Variations
Color information
#8828DE (or 0x8828DE) is known color: Blue Violet. HEX triplet: 88, 28 and DE. RGB value is (136,40,222). Sum of RGB (Red+Green+Blue) = 136+40+222=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #8828DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828DE is #77D721. Grayscale: #585858. Windows color (decimal): -7853858 or 14559368. OLE color: 14559368.
HSL color Cylindrical-coordinate representation of color #8828DE: hue angle of 271.65º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8828DE is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 40 | 222 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.13 |
| HSL | 271.65º | 0.73% | 0.51% | - |
| HSV(B) | 271.65º | 0.82% | 0.87% | - |
| XYZ | 24.1 | 12.03 | 70.16 | - |
| YUV | 89.45 | 202.8 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 222 | 0.39 | 0.82 | 0 | 0.13 | 271.65 | 0.73 | 0.51 |
| Hex | 88 | 28 | DE | 27 | 52 | 0 | D | 110 | 49 | 33 |
| Octal | 210 | 50 | 336 | 47 | 122 | 0 | 15 | 420 | 111 | 63 |
| Binary | 10001000 | 101000 | 11011110 | 100111 | 1010010 | 0 | 1101 | 100010000 | 1001001 | 110011 |
Color Harmonies of #8828DE
Complementary color
Monochromatic Colors of #8828DE
Black with #8828DE
Text Example
Text Example
White with #8828DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828DE; }
p { color: rgb(136,40,222); }
H1.HeaderClassName
{
color: #8828DE;
}
.AnyTagClassName
{
color: #8828DE;
}
</style>
background-color css
<style>
a { background-color: #8828DE; }
a { background-color: rgb(136,40,222); }
div.DivClassName
{
background-color: #8828DE;
}
.BgClassName
{
background-color: #8828DE;
}
</style>
border-color css
<style>
span { border-color: #8828DE; }
span { border-color: rgb(136,40,222); }
td.TdClassName
{
border-color: #8828DE;
}
.TagClassName
{
border-color: #8828DE;
}
</style>