Shades of Vivid Violet #884191
Tints of Vivid Violet #884191
RGB
CMYK
RGB Variations
Color information
#884191 (or 0x884191) is known color: Vivid Violet. HEX triplet: 88, 41 and 91. RGB value is (136,65,145). Sum of RGB (Red+Green+Blue) = 136+65+145=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #884191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884191 is #77BE6E. Grayscale: #5F5F5F. Windows color (decimal): -7847535 or 9519496. OLE color: 9519496.
HSL color Cylindrical-coordinate representation of color #884191: hue angle of 293.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #884191 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 65 | 145 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.43 |
| HSL | 293.25º | 0.38% | 0.41% | - |
| HSV(B) | 293.25º | 0.55% | 0.57% | - |
| XYZ | 17.15 | 11.06 | 28.02 | - |
| YUV | 95.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 145 | 0.06 | 0.55 | 0 | 0.43 | 293.25 | 0.38 | 0.41 |
| Hex | 88 | 41 | 91 | 6 | 37 | 0 | 2B | 125 | 26 | 29 |
| Octal | 210 | 101 | 221 | 6 | 67 | 0 | 53 | 445 | 46 | 51 |
| Binary | 10001000 | 1000001 | 10010001 | 110 | 110111 | 0 | 101011 | 100100101 | 100110 | 101001 |
Color Harmonies of #884191
Complementary color
Monochromatic Colors of #884191
Black with #884191
Text Example
Text Example
White with #884191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884191; }
p { color: rgb(136,65,145); }
H1.HeaderClassName
{
color: #884191;
}
.AnyTagClassName
{
color: #884191;
}
</style>
background-color css
<style>
a { background-color: #884191; }
a { background-color: rgb(136,65,145); }
div.DivClassName
{
background-color: #884191;
}
.BgClassName
{
background-color: #884191;
}
</style>
border-color css
<style>
span { border-color: #884191; }
span { border-color: rgb(136,65,145); }
td.TdClassName
{
border-color: #884191;
}
.TagClassName
{
border-color: #884191;
}
</style>