Shades of Vivid Violet #882493
Tints of Vivid Violet #882493
RGB
CMYK
RGB Variations
Color information
#882493 (or 0x882493) is known color: Vivid Violet. HEX triplet: 88, 24 and 93. RGB value is (136,36,147). Sum of RGB (Red+Green+Blue) = 136+36+147=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #882493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882493 is #77DB6C. Grayscale: #4E4E4E. Windows color (decimal): -7854957 or 9643144. OLE color: 9643144.
HSL color Cylindrical-coordinate representation of color #882493: hue angle of 294.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882493 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 36 | 147 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.42 |
| HSL | 294.05º | 0.61% | 0.36% | - |
| HSV(B) | 294.05º | 0.76% | 0.58% | - |
| XYZ | 16.05 | 8.6 | 28.42 | - |
| YUV | 78.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 147 | 0.07 | 0.76 | 0 | 0.42 | 294.05 | 0.61 | 0.36 |
| Hex | 88 | 24 | 93 | 7 | 4C | 0 | 2A | 126 | 3D | 24 |
| Octal | 210 | 44 | 223 | 7 | 114 | 0 | 52 | 446 | 75 | 44 |
| Binary | 10001000 | 100100 | 10010011 | 111 | 1001100 | 0 | 101010 | 100100110 | 111101 | 100100 |
Color Harmonies of #882493
Complementary color
Monochromatic Colors of #882493
Black with #882493
Text Example
Text Example
White with #882493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882493; }
p { color: rgb(136,36,147); }
H1.HeaderClassName
{
color: #882493;
}
.AnyTagClassName
{
color: #882493;
}
</style>
background-color css
<style>
a { background-color: #882493; }
a { background-color: rgb(136,36,147); }
div.DivClassName
{
background-color: #882493;
}
.BgClassName
{
background-color: #882493;
}
</style>
border-color css
<style>
span { border-color: #882493; }
span { border-color: rgb(136,36,147); }
td.TdClassName
{
border-color: #882493;
}
.TagClassName
{
border-color: #882493;
}
</style>