Shades of Blue Violet #882CFA
Tints of Blue Violet #882CFA
RGB
CMYK
RGB Variations
Color information
#882CFA (or 0x882CFA) is known color: Blue Violet. HEX triplet: 88, 2C and FA. RGB value is (136,44,250). Sum of RGB (Red+Green+Blue) = 136+44+250=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #882CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CFA is #77D305. Grayscale: #5E5E5E. Windows color (decimal): -7852806 or 16395400. OLE color: 16395400.
HSL color Cylindrical-coordinate representation of color #882CFA: hue angle of 266.8º degrees, saturation: 0.95, 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 #882CFA is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 44 | 250 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.02 |
| HSL | 266.8º | 0.95% | 0.58% | - |
| HSV(B) | 266.8º | 0.82% | 0.98% | - |
| XYZ | 28.31 | 13.94 | 91.64 | - |
| YUV | 94.99 | 215.48 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 250 | 0.46 | 0.82 | 0 | 0.02 | 266.8 | 0.95 | 0.58 |
| Hex | 88 | 2C | FA | 2E | 52 | 0 | 2 | 10B | 5F | 3A |
| Octal | 210 | 54 | 372 | 56 | 122 | 0 | 2 | 413 | 137 | 72 |
| Binary | 10001000 | 101100 | 11111010 | 101110 | 1010010 | 0 | 10 | 100001011 | 1011111 | 111010 |
Color Harmonies of #882CFA
Complementary color
Monochromatic Colors of #882CFA
Black with #882CFA
Text Example
Text Example
White with #882CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882CFA; }
p { color: rgb(136,44,250); }
H1.HeaderClassName
{
color: #882CFA;
}
.AnyTagClassName
{
color: #882CFA;
}
</style>
background-color css
<style>
a { background-color: #882CFA; }
a { background-color: rgb(136,44,250); }
div.DivClassName
{
background-color: #882CFA;
}
.BgClassName
{
background-color: #882CFA;
}
</style>
border-color css
<style>
span { border-color: #882CFA; }
span { border-color: rgb(136,44,250); }
td.TdClassName
{
border-color: #882CFA;
}
.TagClassName
{
border-color: #882CFA;
}
</style>