Shades of Vivid Violet #882DA1
Tints of Vivid Violet #882DA1
RGB
CMYK
RGB Variations
Color information
#882DA1 (or 0x882DA1) is known color: Vivid Violet. HEX triplet: 88, 2D and A1. RGB value is (136,45,161). Sum of RGB (Red+Green+Blue) = 136+45+161=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #882DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882DA1 is #77D25E. Grayscale: #555555. Windows color (decimal): -7852639 or 10562952. OLE color: 10562952.
HSL color Cylindrical-coordinate representation of color #882DA1: hue angle of 287.07º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882DA1 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 45 | 161 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.37 |
| HSL | 287.07º | 0.56% | 0.4% | - |
| HSV(B) | 287.07º | 0.72% | 0.63% | - |
| XYZ | 17.52 | 9.68 | 34.66 | - |
| YUV | 85.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 161 | 0.16 | 0.72 | 0 | 0.37 | 287.07 | 0.56 | 0.4 |
| Hex | 88 | 2D | A1 | 10 | 48 | 0 | 25 | 11F | 38 | 28 |
| Octal | 210 | 55 | 241 | 20 | 110 | 0 | 45 | 437 | 70 | 50 |
| Binary | 10001000 | 101101 | 10100001 | 10000 | 1001000 | 0 | 100101 | 100011111 | 111000 | 101000 |
Color Harmonies of #882DA1
Complementary color
Monochromatic Colors of #882DA1
Black with #882DA1
Text Example
Text Example
White with #882DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882DA1; }
p { color: rgb(136,45,161); }
H1.HeaderClassName
{
color: #882DA1;
}
.AnyTagClassName
{
color: #882DA1;
}
</style>
background-color css
<style>
a { background-color: #882DA1; }
a { background-color: rgb(136,45,161); }
div.DivClassName
{
background-color: #882DA1;
}
.BgClassName
{
background-color: #882DA1;
}
</style>
border-color css
<style>
span { border-color: #882DA1; }
span { border-color: rgb(136,45,161); }
td.TdClassName
{
border-color: #882DA1;
}
.TagClassName
{
border-color: #882DA1;
}
</style>