Shades of Blue Violet #882DFB
Tints of Blue Violet #882DFB
RGB
CMYK
RGB Variations
Color information
#882DFB (or 0x882DFB) is known color: Blue Violet. HEX triplet: 88, 2D and FB. RGB value is (136,45,251). Sum of RGB (Red+Green+Blue) = 136+45+251=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #882DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882DFB is #77D204. Grayscale: #5E5E5E. Windows color (decimal): -7852549 or 16461192. OLE color: 16461192.
HSL color Cylindrical-coordinate representation of color #882DFB: hue angle of 266.5º 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 #882DFB is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 45 | 251 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.02 |
| HSL | 266.5º | 0.96% | 0.58% | - |
| HSV(B) | 266.5º | 0.82% | 0.98% | - |
| XYZ | 28.5 | 14.08 | 92.48 | - |
| YUV | 95.69 | 215.65 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 251 | 0.46 | 0.82 | 0 | 0.02 | 266.5 | 0.96 | 0.58 |
| Hex | 88 | 2D | FB | 2E | 52 | 0 | 2 | 10B | 60 | 3A |
| Octal | 210 | 55 | 373 | 56 | 122 | 0 | 2 | 413 | 140 | 72 |
| Binary | 10001000 | 101101 | 11111011 | 101110 | 1010010 | 0 | 10 | 100001011 | 1100000 | 111010 |
Color Harmonies of #882DFB
Complementary color
Monochromatic Colors of #882DFB
Black with #882DFB
Text Example
Text Example
White with #882DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DFB; }
p { color: rgb(136,45,251); }
H1.HeaderClassName
{
color: #882DFB;
}
.AnyTagClassName
{
color: #882DFB;
}
</style>
background-color css
<style>
a { background-color: #882DFB; }
a { background-color: rgb(136,45,251); }
div.DivClassName
{
background-color: #882DFB;
}
.BgClassName
{
background-color: #882DFB;
}
</style>
border-color css
<style>
span { border-color: #882DFB; }
span { border-color: rgb(136,45,251); }
td.TdClassName
{
border-color: #882DFB;
}
.TagClassName
{
border-color: #882DFB;
}
</style>