Shades of Blue Violet #882CFB
Tints of Blue Violet #882CFB
RGB
CMYK
RGB Variations
Color information
#882CFB (or 0x882CFB) is known color: Blue Violet. HEX triplet: 88, 2C and FB. RGB value is (136,44,251). Sum of RGB (Red+Green+Blue) = 136+44+251=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #882CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CFB is #77D304. Grayscale: #5E5E5E. Windows color (decimal): -7852805 or 16460936. OLE color: 16460936.
HSL color Cylindrical-coordinate representation of color #882CFB: hue angle of 266.67º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882CFB is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 44 | 251 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.02 |
| HSL | 266.67º | 0.96% | 0.58% | - |
| HSV(B) | 266.67º | 0.82% | 0.98% | - |
| XYZ | 28.47 | 14 | 92.47 | - |
| YUV | 95.11 | 215.98 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 251 | 0.46 | 0.82 | 0 | 0.02 | 266.67 | 0.96 | 0.58 |
| Hex | 88 | 2C | FB | 2E | 52 | 0 | 2 | 10B | 60 | 3A |
| Octal | 210 | 54 | 373 | 56 | 122 | 0 | 2 | 413 | 140 | 72 |
| Binary | 10001000 | 101100 | 11111011 | 101110 | 1010010 | 0 | 10 | 100001011 | 1100000 | 111010 |
Color Harmonies of #882CFB
Complementary color
Monochromatic Colors of #882CFB
Black with #882CFB
Text Example
Text Example
White with #882CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CFB; }
p { color: rgb(136,44,251); }
H1.HeaderClassName
{
color: #882CFB;
}
.AnyTagClassName
{
color: #882CFB;
}
</style>
background-color css
<style>
a { background-color: #882CFB; }
a { background-color: rgb(136,44,251); }
div.DivClassName
{
background-color: #882CFB;
}
.BgClassName
{
background-color: #882CFB;
}
</style>
border-color css
<style>
span { border-color: #882CFB; }
span { border-color: rgb(136,44,251); }
td.TdClassName
{
border-color: #882CFB;
}
.TagClassName
{
border-color: #882CFB;
}
</style>