Shades of Vivid Violet #881BA7
Tints of Vivid Violet #881BA7
RGB
CMYK
RGB Variations
Color information
#881BA7 (or 0x881BA7) is known color: Vivid Violet. HEX triplet: 88, 1B and A7. RGB value is (136,27,167). Sum of RGB (Red+Green+Blue) = 136+27+167=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #881BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881BA7 is #77E458. Grayscale: #4B4B4B. Windows color (decimal): -7857241 or 10951560. OLE color: 10951560.
HSL color Cylindrical-coordinate representation of color #881BA7: hue angle of 286.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881BA7 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 27 | 167 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.35 |
| HSL | 286.71º | 0.72% | 0.38% | - |
| HSV(B) | 286.71º | 0.84% | 0.65% | - |
| XYZ | 17.52 | 8.81 | 37.34 | - |
| YUV | 75.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 167 | 0.19 | 0.84 | 0 | 0.35 | 286.71 | 0.72 | 0.38 |
| Hex | 88 | 1B | A7 | 13 | 54 | 0 | 23 | 11F | 48 | 26 |
| Octal | 210 | 33 | 247 | 23 | 124 | 0 | 43 | 437 | 110 | 46 |
| Binary | 10001000 | 11011 | 10100111 | 10011 | 1010100 | 0 | 100011 | 100011111 | 1001000 | 100110 |
Color Harmonies of #881BA7
Complementary color
Monochromatic Colors of #881BA7
Black with #881BA7
Text Example
Text Example
White with #881BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BA7; }
p { color: rgb(136,27,167); }
H1.HeaderClassName
{
color: #881BA7;
}
.AnyTagClassName
{
color: #881BA7;
}
</style>
background-color css
<style>
a { background-color: #881BA7; }
a { background-color: rgb(136,27,167); }
div.DivClassName
{
background-color: #881BA7;
}
.BgClassName
{
background-color: #881BA7;
}
</style>
border-color css
<style>
span { border-color: #881BA7; }
span { border-color: rgb(136,27,167); }
td.TdClassName
{
border-color: #881BA7;
}
.TagClassName
{
border-color: #881BA7;
}
</style>