Shades of Blue Violet #882CFC
Tints of Blue Violet #882CFC
RGB
CMYK
RGB Variations
Color information
#882CFC (or 0x882CFC) is known color: Blue Violet. HEX triplet: 88, 2C and FC. RGB value is (136,44,252). Sum of RGB (Red+Green+Blue) = 136+44+252=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #882CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CFC is #77D303. Grayscale: #5E5E5E. Windows color (decimal): -7852804 or 16526472. OLE color: 16526472.
HSL color Cylindrical-coordinate representation of color #882CFC: hue angle of 266.54º degrees, saturation: 0.97, 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 #882CFC is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 44 | 252 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.01 |
| HSL | 266.54º | 0.97% | 0.58% | - |
| HSV(B) | 266.54º | 0.83% | 0.99% | - |
| XYZ | 28.62 | 14.06 | 93.3 | - |
| YUV | 95.22 | 216.48 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 252 | 0.46 | 0.83 | 0 | 0.01 | 266.54 | 0.97 | 0.58 |
| Hex | 88 | 2C | FC | 2E | 53 | 0 | 1 | 10B | 61 | 3A |
| Octal | 210 | 54 | 374 | 56 | 123 | 0 | 1 | 413 | 141 | 72 |
| Binary | 10001000 | 101100 | 11111100 | 101110 | 1010011 | 0 | 1 | 100001011 | 1100001 | 111010 |
Color Harmonies of #882CFC
Complementary color
Monochromatic Colors of #882CFC
Black with #882CFC
Text Example
Text Example
White with #882CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CFC; }
p { color: rgb(136,44,252); }
H1.HeaderClassName
{
color: #882CFC;
}
.AnyTagClassName
{
color: #882CFC;
}
</style>
background-color css
<style>
a { background-color: #882CFC; }
a { background-color: rgb(136,44,252); }
div.DivClassName
{
background-color: #882CFC;
}
.BgClassName
{
background-color: #882CFC;
}
</style>
border-color css
<style>
span { border-color: #882CFC; }
span { border-color: rgb(136,44,252); }
td.TdClassName
{
border-color: #882CFC;
}
.TagClassName
{
border-color: #882CFC;
}
</style>