Shades of Blue Violet #8828DF
Tints of Blue Violet #8828DF
RGB
CMYK
RGB Variations
Color information
#8828DF (or 0x8828DF) is known color: Blue Violet. HEX triplet: 88, 28 and DF. RGB value is (136,40,223). Sum of RGB (Red+Green+Blue) = 136+40+223=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #8828DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828DF is #77D720. Grayscale: #585858. Windows color (decimal): -7853857 or 14624904. OLE color: 14624904.
HSL color Cylindrical-coordinate representation of color #8828DF: hue angle of 271.48º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8828DF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 40 | 223 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.13 |
| HSL | 271.48º | 0.74% | 0.52% | - |
| HSV(B) | 271.48º | 0.82% | 0.87% | - |
| XYZ | 24.23 | 12.08 | 70.87 | - |
| YUV | 89.57 | 203.3 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 223 | 0.39 | 0.82 | 0 | 0.13 | 271.48 | 0.74 | 0.52 |
| Hex | 88 | 28 | DF | 27 | 52 | 0 | D | 10F | 4A | 34 |
| Octal | 210 | 50 | 337 | 47 | 122 | 0 | 15 | 417 | 112 | 64 |
| Binary | 10001000 | 101000 | 11011111 | 100111 | 1010010 | 0 | 1101 | 100001111 | 1001010 | 110100 |
Color Harmonies of #8828DF
Complementary color
Monochromatic Colors of #8828DF
Black with #8828DF
Text Example
Text Example
White with #8828DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828DF; }
p { color: rgb(136,40,223); }
H1.HeaderClassName
{
color: #8828DF;
}
.AnyTagClassName
{
color: #8828DF;
}
</style>
background-color css
<style>
a { background-color: #8828DF; }
a { background-color: rgb(136,40,223); }
div.DivClassName
{
background-color: #8828DF;
}
.BgClassName
{
background-color: #8828DF;
}
</style>
border-color css
<style>
span { border-color: #8828DF; }
span { border-color: rgb(136,40,223); }
td.TdClassName
{
border-color: #8828DF;
}
.TagClassName
{
border-color: #8828DF;
}
</style>