Shades of Vivid Violet #883195
Tints of Vivid Violet #883195
RGB
CMYK
RGB Variations
Color information
#883195 (or 0x883195) is known color: Vivid Violet. HEX triplet: 88, 31 and 95. RGB value is (136,49,149). Sum of RGB (Red+Green+Blue) = 136+49+149=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #883195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883195 is #77CE6A. Grayscale: #565656. Windows color (decimal): -7851627 or 9777544. OLE color: 9777544.
HSL color Cylindrical-coordinate representation of color #883195: hue angle of 292.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883195 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 49 | 149 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.42 |
| HSL | 292.2º | 0.51% | 0.39% | - |
| HSV(B) | 292.2º | 0.67% | 0.58% | - |
| XYZ | 16.68 | 9.6 | 29.41 | - |
| YUV | 86.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 149 | 0.09 | 0.67 | 0 | 0.42 | 292.2 | 0.51 | 0.39 |
| Hex | 88 | 31 | 95 | 9 | 43 | 0 | 2A | 124 | 33 | 27 |
| Octal | 210 | 61 | 225 | 11 | 103 | 0 | 52 | 444 | 63 | 47 |
| Binary | 10001000 | 110001 | 10010101 | 1001 | 1000011 | 0 | 101010 | 100100100 | 110011 | 100111 |
Color Harmonies of #883195
Complementary color
Monochromatic Colors of #883195
Black with #883195
Text Example
Text Example
White with #883195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883195; }
p { color: rgb(136,49,149); }
H1.HeaderClassName
{
color: #883195;
}
.AnyTagClassName
{
color: #883195;
}
</style>
background-color css
<style>
a { background-color: #883195; }
a { background-color: rgb(136,49,149); }
div.DivClassName
{
background-color: #883195;
}
.BgClassName
{
background-color: #883195;
}
</style>
border-color css
<style>
span { border-color: #883195; }
span { border-color: rgb(136,49,149); }
td.TdClassName
{
border-color: #883195;
}
.TagClassName
{
border-color: #883195;
}
</style>