Shades of Blue Violet #8828CE
Tints of Blue Violet #8828CE
RGB
CMYK
RGB Variations
Color information
#8828CE (or 0x8828CE) is known color: Blue Violet. HEX triplet: 88, 28 and CE. RGB value is (136,40,206). Sum of RGB (Red+Green+Blue) = 136+40+206=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #8828CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8828CE is #77D731. Grayscale: #575757. Windows color (decimal): -7853874 or 13510792. OLE color: 13510792.
HSL color Cylindrical-coordinate representation of color #8828CE: hue angle of 274.7º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8828CE is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 40 | 206 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.19 |
| HSL | 274.7º | 0.67% | 0.48% | - |
| HSV(B) | 274.7º | 0.81% | 0.81% | - |
| XYZ | 22.05 | 11.21 | 59.39 | - |
| YUV | 87.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 206 | 0.34 | 0.81 | 0 | 0.19 | 274.7 | 0.67 | 0.48 |
| Hex | 88 | 28 | CE | 22 | 51 | 0 | 13 | 113 | 43 | 30 |
| Octal | 210 | 50 | 316 | 42 | 121 | 0 | 23 | 423 | 103 | 60 |
| Binary | 10001000 | 101000 | 11001110 | 100010 | 1010001 | 0 | 10011 | 100010011 | 1000011 | 110000 |
Color Harmonies of #8828CE
Complementary color
Monochromatic Colors of #8828CE
Black with #8828CE
Text Example
Text Example
White with #8828CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8828CE; }
p { color: rgb(136,40,206); }
H1.HeaderClassName
{
color: #8828CE;
}
.AnyTagClassName
{
color: #8828CE;
}
</style>
background-color css
<style>
a { background-color: #8828CE; }
a { background-color: rgb(136,40,206); }
div.DivClassName
{
background-color: #8828CE;
}
.BgClassName
{
background-color: #8828CE;
}
</style>
border-color css
<style>
span { border-color: #8828CE; }
span { border-color: rgb(136,40,206); }
td.TdClassName
{
border-color: #8828CE;
}
.TagClassName
{
border-color: #8828CE;
}
</style>