Shades of Vivid Violet #882A90
Tints of Vivid Violet #882A90
RGB
CMYK
RGB Variations
Color information
#882A90 (or 0x882A90) is known color: Vivid Violet. HEX triplet: 88, 2A and 90. RGB value is (136,42,144). Sum of RGB (Red+Green+Blue) = 136+42+144=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #882A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882A90 is #77D56F. Grayscale: #515151. Windows color (decimal): -7853424 or 9448072. OLE color: 9448072.
HSL color Cylindrical-coordinate representation of color #882A90: hue angle of 295.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882A90 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 42 | 144 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.44 |
| HSL | 295.29º | 0.55% | 0.36% | - |
| HSV(B) | 295.29º | 0.71% | 0.56% | - |
| XYZ | 16.02 | 8.9 | 27.26 | - |
| YUV | 81.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 144 | 0.06 | 0.71 | 0 | 0.44 | 295.29 | 0.55 | 0.36 |
| Hex | 88 | 2A | 90 | 6 | 47 | 0 | 2C | 127 | 37 | 24 |
| Octal | 210 | 52 | 220 | 6 | 107 | 0 | 54 | 447 | 67 | 44 |
| Binary | 10001000 | 101010 | 10010000 | 110 | 1000111 | 0 | 101100 | 100100111 | 110111 | 100100 |
Color Harmonies of #882A90
Complementary color
Monochromatic Colors of #882A90
Black with #882A90
Text Example
Text Example
White with #882A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A90; }
p { color: rgb(136,42,144); }
H1.HeaderClassName
{
color: #882A90;
}
.AnyTagClassName
{
color: #882A90;
}
</style>
background-color css
<style>
a { background-color: #882A90; }
a { background-color: rgb(136,42,144); }
div.DivClassName
{
background-color: #882A90;
}
.BgClassName
{
background-color: #882A90;
}
</style>
border-color css
<style>
span { border-color: #882A90; }
span { border-color: rgb(136,42,144); }
td.TdClassName
{
border-color: #882A90;
}
.TagClassName
{
border-color: #882A90;
}
</style>