Shades of Blue Violet #8831FB
Tints of Blue Violet #8831FB
RGB
CMYK
RGB Variations
Color information
#8831FB (or 0x8831FB) is known color: Blue Violet. HEX triplet: 88, 31 and FB. RGB value is (136,49,251). Sum of RGB (Red+Green+Blue) = 136+49+251=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #8831FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8831FB is #77CE04. Grayscale: #616161. Windows color (decimal): -7851525 or 16462216. OLE color: 16462216.
HSL color Cylindrical-coordinate representation of color #8831FB: hue angle of 265.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8831FB is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 49 | 251 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.02 |
| HSL | 265.84º | 0.96% | 0.59% | - |
| HSV(B) | 265.84º | 0.8% | 0.98% | - |
| XYZ | 28.66 | 14.4 | 92.53 | - |
| YUV | 98.04 | 214.32 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 251 | 0.46 | 0.80 | 0 | 0.02 | 265.84 | 0.96 | 0.59 |
| Hex | 88 | 31 | FB | 2E | 50 | 0 | 2 | 10A | 60 | 3B |
| Octal | 210 | 61 | 373 | 56 | 120 | 0 | 2 | 412 | 140 | 73 |
| Binary | 10001000 | 110001 | 11111011 | 101110 | 1010000 | 0 | 10 | 100001010 | 1100000 | 111011 |
Color Harmonies of #8831FB
Complementary color
Monochromatic Colors of #8831FB
Black with #8831FB
Text Example
Text Example
White with #8831FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831FB; }
p { color: rgb(136,49,251); }
H1.HeaderClassName
{
color: #8831FB;
}
.AnyTagClassName
{
color: #8831FB;
}
</style>
background-color css
<style>
a { background-color: #8831FB; }
a { background-color: rgb(136,49,251); }
div.DivClassName
{
background-color: #8831FB;
}
.BgClassName
{
background-color: #8831FB;
}
</style>
border-color css
<style>
span { border-color: #8831FB; }
span { border-color: rgb(136,49,251); }
td.TdClassName
{
border-color: #8831FB;
}
.TagClassName
{
border-color: #8831FB;
}
</style>