Shades of Blue Violet #8829E2
Tints of Blue Violet #8829E2
RGB
CMYK
RGB Variations
Color information
#8829E2 (or 0x8829E2) is known color: Blue Violet. HEX triplet: 88, 29 and E2. RGB value is (136,41,226). Sum of RGB (Red+Green+Blue) = 136+41+226=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #8829E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829E2 is #77D61D. Grayscale: #595959. Windows color (decimal): -7853598 or 14821768. OLE color: 14821768.
HSL color Cylindrical-coordinate representation of color #8829E2: hue angle of 270.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8829E2 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 41 | 226 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.11 |
| HSL | 270.81º | 0.76% | 0.52% | - |
| HSV(B) | 270.81º | 0.82% | 0.89% | - |
| XYZ | 24.67 | 12.31 | 73.03 | - |
| YUV | 90.5 | 204.47 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 226 | 0.40 | 0.82 | 0 | 0.11 | 270.81 | 0.76 | 0.52 |
| Hex | 88 | 29 | E2 | 28 | 52 | 0 | B | 10F | 4C | 34 |
| Octal | 210 | 51 | 342 | 50 | 122 | 0 | 13 | 417 | 114 | 64 |
| Binary | 10001000 | 101001 | 11100010 | 101000 | 1010010 | 0 | 1011 | 100001111 | 1001100 | 110100 |
Color Harmonies of #8829E2
Complementary color
Monochromatic Colors of #8829E2
Black with #8829E2
Text Example
Text Example
White with #8829E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829E2; }
p { color: rgb(136,41,226); }
H1.HeaderClassName
{
color: #8829E2;
}
.AnyTagClassName
{
color: #8829E2;
}
</style>
background-color css
<style>
a { background-color: #8829E2; }
a { background-color: rgb(136,41,226); }
div.DivClassName
{
background-color: #8829E2;
}
.BgClassName
{
background-color: #8829E2;
}
</style>
border-color css
<style>
span { border-color: #8829E2; }
span { border-color: rgb(136,41,226); }
td.TdClassName
{
border-color: #8829E2;
}
.TagClassName
{
border-color: #8829E2;
}
</style>