Shades of Vivid Violet #882195
Tints of Vivid Violet #882195
RGB
CMYK
RGB Variations
Color information
#882195 (or 0x882195) is known color: Vivid Violet. HEX triplet: 88, 21 and 95. RGB value is (136,33,149). Sum of RGB (Red+Green+Blue) = 136+33+149=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #882195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882195 is #77DE6A. Grayscale: #4C4C4C. Windows color (decimal): -7855723 or 9773448. OLE color: 9773448.
HSL color Cylindrical-coordinate representation of color #882195: hue angle of 293.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #882195 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 33 | 149 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.42 |
| HSL | 293.28º | 0.64% | 0.36% | - |
| HSV(B) | 293.28º | 0.78% | 0.58% | - |
| XYZ | 16.12 | 8.49 | 29.22 | - |
| YUV | 77.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 149 | 0.09 | 0.78 | 0 | 0.42 | 293.28 | 0.64 | 0.36 |
| Hex | 88 | 21 | 95 | 9 | 4E | 0 | 2A | 125 | 40 | 24 |
| Octal | 210 | 41 | 225 | 11 | 116 | 0 | 52 | 445 | 100 | 44 |
| Binary | 10001000 | 100001 | 10010101 | 1001 | 1001110 | 0 | 101010 | 100100101 | 1000000 | 100100 |
Color Harmonies of #882195
Complementary color
Monochromatic Colors of #882195
Black with #882195
Text Example
Text Example
White with #882195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882195; }
p { color: rgb(136,33,149); }
H1.HeaderClassName
{
color: #882195;
}
.AnyTagClassName
{
color: #882195;
}
</style>
background-color css
<style>
a { background-color: #882195; }
a { background-color: rgb(136,33,149); }
div.DivClassName
{
background-color: #882195;
}
.BgClassName
{
background-color: #882195;
}
</style>
border-color css
<style>
span { border-color: #882195; }
span { border-color: rgb(136,33,149); }
td.TdClassName
{
border-color: #882195;
}
.TagClassName
{
border-color: #882195;
}
</style>