Shades of Blue Violet #8820FB
Tints of Blue Violet #8820FB
RGB
CMYK
RGB Variations
Color information
#8820FB (or 0x8820FB) is known color: Blue Violet. HEX triplet: 88, 20 and FB. RGB value is (136,32,251). Sum of RGB (Red+Green+Blue) = 136+32+251=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #8820FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8820FB is #77DF04. Grayscale: #575757. Windows color (decimal): -7855877 or 16457864. OLE color: 16457864.
HSL color Cylindrical-coordinate representation of color #8820FB: hue angle of 268.49º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8820FB is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 32 | 251 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.02 |
| HSL | 268.49º | 0.96% | 0.55% | - |
| HSV(B) | 268.49º | 0.87% | 0.98% | - |
| XYZ | 28.08 | 13.23 | 92.34 | - |
| YUV | 88.06 | 219.96 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 251 | 0.46 | 0.87 | 0 | 0.02 | 268.49 | 0.96 | 0.55 |
| Hex | 88 | 20 | FB | 2E | 57 | 0 | 2 | 10C | 60 | 37 |
| Octal | 210 | 40 | 373 | 56 | 127 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10001000 | 100000 | 11111011 | 101110 | 1010111 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #8820FB
Complementary color
Monochromatic Colors of #8820FB
Black with #8820FB
Text Example
Text Example
White with #8820FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8820FB; }
p { color: rgb(136,32,251); }
H1.HeaderClassName
{
color: #8820FB;
}
.AnyTagClassName
{
color: #8820FB;
}
</style>
background-color css
<style>
a { background-color: #8820FB; }
a { background-color: rgb(136,32,251); }
div.DivClassName
{
background-color: #8820FB;
}
.BgClassName
{
background-color: #8820FB;
}
</style>
border-color css
<style>
span { border-color: #8820FB; }
span { border-color: rgb(136,32,251); }
td.TdClassName
{
border-color: #8820FB;
}
.TagClassName
{
border-color: #8820FB;
}
</style>