Shades of Vivid Violet #883D91
Tints of Vivid Violet #883D91
RGB
CMYK
RGB Variations
Color information
#883D91 (or 0x883D91) is known color: Vivid Violet. HEX triplet: 88, 3D and 91. RGB value is (136,61,145). Sum of RGB (Red+Green+Blue) = 136+61+145=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #883D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D91 is #77C26E. Grayscale: #5C5C5C. Windows color (decimal): -7848559 or 9518472. OLE color: 9518472.
HSL color Cylindrical-coordinate representation of color #883D91: hue angle of 293.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883D91 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 61 | 145 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.43 |
| HSL | 293.57º | 0.41% | 0.4% | - |
| HSV(B) | 293.57º | 0.58% | 0.57% | - |
| XYZ | 16.93 | 10.62 | 27.94 | - |
| YUV | 93 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 145 | 0.06 | 0.58 | 0 | 0.43 | 293.57 | 0.41 | 0.4 |
| Hex | 88 | 3D | 91 | 6 | 3A | 0 | 2B | 126 | 29 | 28 |
| Octal | 210 | 75 | 221 | 6 | 72 | 0 | 53 | 446 | 51 | 50 |
| Binary | 10001000 | 111101 | 10010001 | 110 | 111010 | 0 | 101011 | 100100110 | 101001 | 101000 |
Color Harmonies of #883D91
Complementary color
Monochromatic Colors of #883D91
Black with #883D91
Text Example
Text Example
White with #883D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D91; }
p { color: rgb(136,61,145); }
H1.HeaderClassName
{
color: #883D91;
}
.AnyTagClassName
{
color: #883D91;
}
</style>
background-color css
<style>
a { background-color: #883D91; }
a { background-color: rgb(136,61,145); }
div.DivClassName
{
background-color: #883D91;
}
.BgClassName
{
background-color: #883D91;
}
</style>
border-color css
<style>
span { border-color: #883D91; }
span { border-color: rgb(136,61,145); }
td.TdClassName
{
border-color: #883D91;
}
.TagClassName
{
border-color: #883D91;
}
</style>