Shades of Blue Violet #881AD3
Tints of Blue Violet #881AD3
RGB
CMYK
RGB Variations
Color information
#881AD3 (or 0x881AD3) is known color: Blue Violet. HEX triplet: 88, 1A and D3. RGB value is (136,26,211). Sum of RGB (Red+Green+Blue) = 136+26+211=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #881AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881AD3 is #77E52C. Grayscale: #4F4F4F. Windows color (decimal): -7857453 or 13834888. OLE color: 13834888.
HSL color Cylindrical-coordinate representation of color #881AD3: hue angle of 275.68º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881AD3 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 26 | 211 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.17 |
| HSL | 275.68º | 0.78% | 0.46% | - |
| HSV(B) | 275.68º | 0.88% | 0.83% | - |
| XYZ | 22.28 | 10.68 | 62.51 | - |
| YUV | 79.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 211 | 0.36 | 0.88 | 0 | 0.17 | 275.68 | 0.78 | 0.46 |
| Hex | 88 | 1A | D3 | 24 | 58 | 0 | 11 | 114 | 4E | 2E |
| Octal | 210 | 32 | 323 | 44 | 130 | 0 | 21 | 424 | 116 | 56 |
| Binary | 10001000 | 11010 | 11010011 | 100100 | 1011000 | 0 | 10001 | 100010100 | 1001110 | 101110 |
Color Harmonies of #881AD3
Complementary color
Monochromatic Colors of #881AD3
Black with #881AD3
Text Example
Text Example
White with #881AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881AD3; }
p { color: rgb(136,26,211); }
H1.HeaderClassName
{
color: #881AD3;
}
.AnyTagClassName
{
color: #881AD3;
}
</style>
background-color css
<style>
a { background-color: #881AD3; }
a { background-color: rgb(136,26,211); }
div.DivClassName
{
background-color: #881AD3;
}
.BgClassName
{
background-color: #881AD3;
}
</style>
border-color css
<style>
span { border-color: #881AD3; }
span { border-color: rgb(136,26,211); }
td.TdClassName
{
border-color: #881AD3;
}
.TagClassName
{
border-color: #881AD3;
}
</style>