Shades of Vivid Violet #882498
Tints of Vivid Violet #882498
RGB
CMYK
RGB Variations
Color information
#882498 (or 0x882498) is known color: Vivid Violet. HEX triplet: 88, 24 and 98. RGB value is (136,36,152). Sum of RGB (Red+Green+Blue) = 136+36+152=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #882498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882498 is #77DB67. Grayscale: #4E4E4E. Windows color (decimal): -7854952 or 9970824. OLE color: 9970824.
HSL color Cylindrical-coordinate representation of color #882498: hue angle of 291.72º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882498 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 36 | 152 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.40 |
| HSL | 291.72º | 0.62% | 0.37% | - |
| HSV(B) | 291.72º | 0.76% | 0.6% | - |
| XYZ | 16.45 | 8.76 | 30.53 | - |
| YUV | 79.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 152 | 0.11 | 0.76 | 0 | 0.40 | 291.72 | 0.62 | 0.37 |
| Hex | 88 | 24 | 98 | B | 4C | 0 | 28 | 124 | 3E | 25 |
| Octal | 210 | 44 | 230 | 13 | 114 | 0 | 50 | 444 | 76 | 45 |
| Binary | 10001000 | 100100 | 10011000 | 1011 | 1001100 | 0 | 101000 | 100100100 | 111110 | 100101 |
Color Harmonies of #882498
Complementary color
Monochromatic Colors of #882498
Black with #882498
Text Example
Text Example
White with #882498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882498; }
p { color: rgb(136,36,152); }
H1.HeaderClassName
{
color: #882498;
}
.AnyTagClassName
{
color: #882498;
}
</style>
background-color css
<style>
a { background-color: #882498; }
a { background-color: rgb(136,36,152); }
div.DivClassName
{
background-color: #882498;
}
.BgClassName
{
background-color: #882498;
}
</style>
border-color css
<style>
span { border-color: #882498; }
span { border-color: rgb(136,36,152); }
td.TdClassName
{
border-color: #882498;
}
.TagClassName
{
border-color: #882498;
}
</style>