Shades of Blue Violet #882BFD
Tints of Blue Violet #882BFD
RGB
CMYK
RGB Variations
Color information
#882BFD (or 0x882BFD) is known color: Blue Violet. HEX triplet: 88, 2B and FD. RGB value is (136,43,253). Sum of RGB (Red+Green+Blue) = 136+43+253=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #882BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BFD is #77D402. Grayscale: #5D5D5D. Windows color (decimal): -7853059 or 16591752. OLE color: 16591752.
HSL color Cylindrical-coordinate representation of color #882BFD: hue angle of 266.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882BFD is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 43 | 253 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.01 |
| HSL | 266.57º | 0.98% | 0.58% | - |
| HSV(B) | 266.57º | 0.83% | 0.99% | - |
| XYZ | 28.75 | 14.05 | 94.13 | - |
| YUV | 94.75 | 217.31 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 253 | 0.46 | 0.83 | 0 | 0.01 | 266.57 | 0.98 | 0.58 |
| Hex | 88 | 2B | FD | 2E | 53 | 0 | 1 | 10B | 62 | 3A |
| Octal | 210 | 53 | 375 | 56 | 123 | 0 | 1 | 413 | 142 | 72 |
| Binary | 10001000 | 101011 | 11111101 | 101110 | 1010011 | 0 | 1 | 100001011 | 1100010 | 111010 |
Color Harmonies of #882BFD
Complementary color
Monochromatic Colors of #882BFD
Black with #882BFD
Text Example
Text Example
White with #882BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BFD; }
p { color: rgb(136,43,253); }
H1.HeaderClassName
{
color: #882BFD;
}
.AnyTagClassName
{
color: #882BFD;
}
</style>
background-color css
<style>
a { background-color: #882BFD; }
a { background-color: rgb(136,43,253); }
div.DivClassName
{
background-color: #882BFD;
}
.BgClassName
{
background-color: #882BFD;
}
</style>
border-color css
<style>
span { border-color: #882BFD; }
span { border-color: rgb(136,43,253); }
td.TdClassName
{
border-color: #882BFD;
}
.TagClassName
{
border-color: #882BFD;
}
</style>