Shades of Vivid Violet #882495
Tints of Vivid Violet #882495
RGB
CMYK
RGB Variations
Color information
#882495 (or 0x882495) is known color: Vivid Violet. HEX triplet: 88, 24 and 95. RGB value is (136,36,149). Sum of RGB (Red+Green+Blue) = 136+36+149=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #882495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882495 is #77DB6A. Grayscale: #4E4E4E. Windows color (decimal): -7854955 or 9774216. OLE color: 9774216.
HSL color Cylindrical-coordinate representation of color #882495: hue angle of 293.1º 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 #882495 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 36 | 149 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.42 |
| HSL | 293.1º | 0.61% | 0.36% | - |
| HSV(B) | 293.1º | 0.76% | 0.58% | - |
| XYZ | 16.21 | 8.67 | 29.25 | - |
| YUV | 78.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 149 | 0.09 | 0.76 | 0 | 0.42 | 293.1 | 0.61 | 0.36 |
| Hex | 88 | 24 | 95 | 9 | 4C | 0 | 2A | 125 | 3D | 24 |
| Octal | 210 | 44 | 225 | 11 | 114 | 0 | 52 | 445 | 75 | 44 |
| Binary | 10001000 | 100100 | 10010101 | 1001 | 1001100 | 0 | 101010 | 100100101 | 111101 | 100100 |
Color Harmonies of #882495
Complementary color
Monochromatic Colors of #882495
Black with #882495
Text Example
Text Example
White with #882495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882495; }
p { color: rgb(136,36,149); }
H1.HeaderClassName
{
color: #882495;
}
.AnyTagClassName
{
color: #882495;
}
</style>
background-color css
<style>
a { background-color: #882495; }
a { background-color: rgb(136,36,149); }
div.DivClassName
{
background-color: #882495;
}
.BgClassName
{
background-color: #882495;
}
</style>
border-color css
<style>
span { border-color: #882495; }
span { border-color: rgb(136,36,149); }
td.TdClassName
{
border-color: #882495;
}
.TagClassName
{
border-color: #882495;
}
</style>