Shades of Vivid Violet #882492
Tints of Vivid Violet #882492
RGB
CMYK
RGB Variations
Color information
#882492 (or 0x882492) is known color: Vivid Violet. HEX triplet: 88, 24 and 92. RGB value is (136,36,146). Sum of RGB (Red+Green+Blue) = 136+36+146=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #882492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882492 is #77DB6D. Grayscale: #4E4E4E. Windows color (decimal): -7854958 or 9577608. OLE color: 9577608.
HSL color Cylindrical-coordinate representation of color #882492: hue angle of 294.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882492 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 36 | 146 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.43 |
| HSL | 294.55º | 0.6% | 0.36% | - |
| HSV(B) | 294.55º | 0.75% | 0.57% | - |
| XYZ | 15.97 | 8.57 | 28.01 | - |
| YUV | 78.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 146 | 0.07 | 0.75 | 0 | 0.43 | 294.55 | 0.6 | 0.36 |
| Hex | 88 | 24 | 92 | 7 | 4B | 0 | 2B | 127 | 3C | 24 |
| Octal | 210 | 44 | 222 | 7 | 113 | 0 | 53 | 447 | 74 | 44 |
| Binary | 10001000 | 100100 | 10010010 | 111 | 1001011 | 0 | 101011 | 100100111 | 111100 | 100100 |
Color Harmonies of #882492
Complementary color
Monochromatic Colors of #882492
Black with #882492
Text Example
Text Example
White with #882492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882492; }
p { color: rgb(136,36,146); }
H1.HeaderClassName
{
color: #882492;
}
.AnyTagClassName
{
color: #882492;
}
</style>
background-color css
<style>
a { background-color: #882492; }
a { background-color: rgb(136,36,146); }
div.DivClassName
{
background-color: #882492;
}
.BgClassName
{
background-color: #882492;
}
</style>
border-color css
<style>
span { border-color: #882492; }
span { border-color: rgb(136,36,146); }
td.TdClassName
{
border-color: #882492;
}
.TagClassName
{
border-color: #882492;
}
</style>