Shades of Blue Violet #8829FC
Tints of Blue Violet #8829FC
RGB
CMYK
RGB Variations
Color information
#8829FC (or 0x8829FC) is known color: Blue Violet. HEX triplet: 88, 29 and FC. RGB value is (136,41,252). Sum of RGB (Red+Green+Blue) = 136+41+252=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #8829FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8829FC is #77D603. Grayscale: #5C5C5C. Windows color (decimal): -7853572 or 16525704. OLE color: 16525704.
HSL color Cylindrical-coordinate representation of color #8829FC: hue angle of 267.01º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8829FC is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 41 | 252 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.01 |
| HSL | 267.01º | 0.97% | 0.57% | - |
| HSV(B) | 267.01º | 0.84% | 0.99% | - |
| XYZ | 28.52 | 13.85 | 93.27 | - |
| YUV | 93.46 | 217.47 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 252 | 0.46 | 0.84 | 0 | 0.01 | 267.01 | 0.97 | 0.57 |
| Hex | 88 | 29 | FC | 2E | 54 | 0 | 1 | 10B | 61 | 39 |
| Octal | 210 | 51 | 374 | 56 | 124 | 0 | 1 | 413 | 141 | 71 |
| Binary | 10001000 | 101001 | 11111100 | 101110 | 1010100 | 0 | 1 | 100001011 | 1100001 | 111001 |
Color Harmonies of #8829FC
Complementary color
Monochromatic Colors of #8829FC
Black with #8829FC
Text Example
Text Example
White with #8829FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829FC; }
p { color: rgb(136,41,252); }
H1.HeaderClassName
{
color: #8829FC;
}
.AnyTagClassName
{
color: #8829FC;
}
</style>
background-color css
<style>
a { background-color: #8829FC; }
a { background-color: rgb(136,41,252); }
div.DivClassName
{
background-color: #8829FC;
}
.BgClassName
{
background-color: #8829FC;
}
</style>
border-color css
<style>
span { border-color: #8829FC; }
span { border-color: rgb(136,41,252); }
td.TdClassName
{
border-color: #8829FC;
}
.TagClassName
{
border-color: #8829FC;
}
</style>