Shades of Blue Violet #8829FB
Tints of Blue Violet #8829FB
RGB
CMYK
RGB Variations
Color information
#8829FB (or 0x8829FB) is known color: Blue Violet. HEX triplet: 88, 29 and FB. RGB value is (136,41,251). Sum of RGB (Red+Green+Blue) = 136+41+251=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #8829FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8829FB is #77D604. Grayscale: #5C5C5C. Windows color (decimal): -7853573 or 16460168. OLE color: 16460168.
HSL color Cylindrical-coordinate representation of color #8829FB: hue angle of 267.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8829FB is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 41 | 251 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.02 |
| HSL | 267.14º | 0.96% | 0.57% | - |
| HSV(B) | 267.14º | 0.84% | 0.98% | - |
| XYZ | 28.36 | 13.79 | 92.43 | - |
| YUV | 93.35 | 216.97 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 251 | 0.46 | 0.84 | 0 | 0.02 | 267.14 | 0.96 | 0.57 |
| Hex | 88 | 29 | FB | 2E | 54 | 0 | 2 | 10B | 60 | 39 |
| Octal | 210 | 51 | 373 | 56 | 124 | 0 | 2 | 413 | 140 | 71 |
| Binary | 10001000 | 101001 | 11111011 | 101110 | 1010100 | 0 | 10 | 100001011 | 1100000 | 111001 |
Color Harmonies of #8829FB
Complementary color
Monochromatic Colors of #8829FB
Black with #8829FB
Text Example
Text Example
White with #8829FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8829FB; }
p { color: rgb(136,41,251); }
H1.HeaderClassName
{
color: #8829FB;
}
.AnyTagClassName
{
color: #8829FB;
}
</style>
background-color css
<style>
a { background-color: #8829FB; }
a { background-color: rgb(136,41,251); }
div.DivClassName
{
background-color: #8829FB;
}
.BgClassName
{
background-color: #8829FB;
}
</style>
border-color css
<style>
span { border-color: #8829FB; }
span { border-color: rgb(136,41,251); }
td.TdClassName
{
border-color: #8829FB;
}
.TagClassName
{
border-color: #8829FB;
}
</style>