Shades of Blue Violet #882CFD
Tints of Blue Violet #882CFD
RGB
CMYK
RGB Variations
Color information
#882CFD (or 0x882CFD) is known color: Blue Violet. HEX triplet: 88, 2C and FD. RGB value is (136,44,253). Sum of RGB (Red+Green+Blue) = 136+44+253=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #882CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CFD is #77D302. Grayscale: #5E5E5E. Windows color (decimal): -7852803 or 16592008. OLE color: 16592008.
HSL color Cylindrical-coordinate representation of color #882CFD: hue angle of 266.41º 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 #882CFD is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 44 | 253 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.01 |
| HSL | 266.41º | 0.98% | 0.58% | - |
| HSV(B) | 266.41º | 0.83% | 0.99% | - |
| XYZ | 28.78 | 14.13 | 94.14 | - |
| YUV | 95.33 | 216.98 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 253 | 0.46 | 0.83 | 0 | 0.01 | 266.41 | 0.98 | 0.58 |
| Hex | 88 | 2C | FD | 2E | 53 | 0 | 1 | 10A | 62 | 3A |
| Octal | 210 | 54 | 375 | 56 | 123 | 0 | 1 | 412 | 142 | 72 |
| Binary | 10001000 | 101100 | 11111101 | 101110 | 1010011 | 0 | 1 | 100001010 | 1100010 | 111010 |
Color Harmonies of #882CFD
Complementary color
Monochromatic Colors of #882CFD
Black with #882CFD
Text Example
Text Example
White with #882CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CFD; }
p { color: rgb(136,44,253); }
H1.HeaderClassName
{
color: #882CFD;
}
.AnyTagClassName
{
color: #882CFD;
}
</style>
background-color css
<style>
a { background-color: #882CFD; }
a { background-color: rgb(136,44,253); }
div.DivClassName
{
background-color: #882CFD;
}
.BgClassName
{
background-color: #882CFD;
}
</style>
border-color css
<style>
span { border-color: #882CFD; }
span { border-color: rgb(136,44,253); }
td.TdClassName
{
border-color: #882CFD;
}
.TagClassName
{
border-color: #882CFD;
}
</style>