Shades of Vivid Violet #883F91
Tints of Vivid Violet #883F91
RGB
CMYK
RGB Variations
Color information
#883F91 (or 0x883F91) is known color: Vivid Violet. HEX triplet: 88, 3F and 91. RGB value is (136,63,145). Sum of RGB (Red+Green+Blue) = 136+63+145=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #883F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883F91 is #77C06E. Grayscale: #5D5D5D. Windows color (decimal): -7848047 or 9518984. OLE color: 9518984.
HSL color Cylindrical-coordinate representation of color #883F91: hue angle of 293.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883F91 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 63 | 145 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.43 |
| HSL | 293.41º | 0.39% | 0.41% | - |
| HSV(B) | 293.41º | 0.57% | 0.57% | - |
| XYZ | 17.04 | 10.83 | 27.98 | - |
| YUV | 94.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 145 | 0.06 | 0.57 | 0 | 0.43 | 293.41 | 0.39 | 0.41 |
| Hex | 88 | 3F | 91 | 6 | 39 | 0 | 2B | 125 | 27 | 29 |
| Octal | 210 | 77 | 221 | 6 | 71 | 0 | 53 | 445 | 47 | 51 |
| Binary | 10001000 | 111111 | 10010001 | 110 | 111001 | 0 | 101011 | 100100101 | 100111 | 101001 |
Color Harmonies of #883F91
Complementary color
Monochromatic Colors of #883F91
Black with #883F91
Text Example
Text Example
White with #883F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F91; }
p { color: rgb(136,63,145); }
H1.HeaderClassName
{
color: #883F91;
}
.AnyTagClassName
{
color: #883F91;
}
</style>
background-color css
<style>
a { background-color: #883F91; }
a { background-color: rgb(136,63,145); }
div.DivClassName
{
background-color: #883F91;
}
.BgClassName
{
background-color: #883F91;
}
</style>
border-color css
<style>
span { border-color: #883F91; }
span { border-color: rgb(136,63,145); }
td.TdClassName
{
border-color: #883F91;
}
.TagClassName
{
border-color: #883F91;
}
</style>