Shades of Vivid Violet #882490
Tints of Vivid Violet #882490
RGB
CMYK
RGB Variations
Color information
#882490 (or 0x882490) is known color: Vivid Violet. HEX triplet: 88, 24 and 90. RGB value is (136,36,144). Sum of RGB (Red+Green+Blue) = 136+36+144=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #882490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882490 is #77DB6F. Grayscale: #4D4D4D. Windows color (decimal): -7854960 or 9446536. OLE color: 9446536.
HSL color Cylindrical-coordinate representation of color #882490: hue angle of 295.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882490 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 36 | 144 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.44 |
| HSL | 295.56º | 0.6% | 0.35% | - |
| HSV(B) | 295.56º | 0.75% | 0.56% | - |
| XYZ | 15.82 | 8.51 | 27.19 | - |
| YUV | 78.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 144 | 0.06 | 0.75 | 0 | 0.44 | 295.56 | 0.6 | 0.35 |
| Hex | 88 | 24 | 90 | 6 | 4B | 0 | 2C | 128 | 3C | 23 |
| Octal | 210 | 44 | 220 | 6 | 113 | 0 | 54 | 450 | 74 | 43 |
| Binary | 10001000 | 100100 | 10010000 | 110 | 1001011 | 0 | 101100 | 100101000 | 111100 | 100011 |
Color Harmonies of #882490
Complementary color
Monochromatic Colors of #882490
Black with #882490
Text Example
Text Example
White with #882490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882490; }
p { color: rgb(136,36,144); }
H1.HeaderClassName
{
color: #882490;
}
.AnyTagClassName
{
color: #882490;
}
</style>
background-color css
<style>
a { background-color: #882490; }
a { background-color: rgb(136,36,144); }
div.DivClassName
{
background-color: #882490;
}
.BgClassName
{
background-color: #882490;
}
</style>
border-color css
<style>
span { border-color: #882490; }
span { border-color: rgb(136,36,144); }
td.TdClassName
{
border-color: #882490;
}
.TagClassName
{
border-color: #882490;
}
</style>