Shades of Blue Violet #881CFA
Tints of Blue Violet #881CFA
RGB
CMYK
RGB Variations
Color information
#881CFA (or 0x881CFA) is known color: Blue Violet. HEX triplet: 88, 1C and FA. RGB value is (136,28,250). Sum of RGB (Red+Green+Blue) = 136+28+250=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #881CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881CFA is #77E305. Grayscale: #545454. Windows color (decimal): -7856902 or 16391304. OLE color: 16391304.
HSL color Cylindrical-coordinate representation of color #881CFA: hue angle of 269.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881CFA is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 28 | 250 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.02 |
| HSL | 269.19º | 0.96% | 0.55% | - |
| HSV(B) | 269.19º | 0.89% | 0.98% | - |
| XYZ | 27.82 | 12.97 | 91.48 | - |
| YUV | 85.6 | 220.78 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 250 | 0.46 | 0.89 | 0 | 0.02 | 269.19 | 0.96 | 0.55 |
| Hex | 88 | 1C | FA | 2E | 59 | 0 | 2 | 10D | 60 | 37 |
| Octal | 210 | 34 | 372 | 56 | 131 | 0 | 2 | 415 | 140 | 67 |
| Binary | 10001000 | 11100 | 11111010 | 101110 | 1011001 | 0 | 10 | 100001101 | 1100000 | 110111 |
Color Harmonies of #881CFA
Complementary color
Monochromatic Colors of #881CFA
Black with #881CFA
Text Example
Text Example
White with #881CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881CFA; }
p { color: rgb(136,28,250); }
H1.HeaderClassName
{
color: #881CFA;
}
.AnyTagClassName
{
color: #881CFA;
}
</style>
background-color css
<style>
a { background-color: #881CFA; }
a { background-color: rgb(136,28,250); }
div.DivClassName
{
background-color: #881CFA;
}
.BgClassName
{
background-color: #881CFA;
}
</style>
border-color css
<style>
span { border-color: #881CFA; }
span { border-color: rgb(136,28,250); }
td.TdClassName
{
border-color: #881CFA;
}
.TagClassName
{
border-color: #881CFA;
}
</style>