Shades of Vivid Violet #883E95
Tints of Vivid Violet #883E95
RGB
CMYK
RGB Variations
Color information
#883E95 (or 0x883E95) is known color: Vivid Violet. HEX triplet: 88, 3E and 95. RGB value is (136,62,149). Sum of RGB (Red+Green+Blue) = 136+62+149=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #883E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883E95 is #77C16A. Grayscale: #5D5D5D. Windows color (decimal): -7848299 or 9780872. OLE color: 9780872.
HSL color Cylindrical-coordinate representation of color #883E95: hue angle of 291.03º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883E95 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 62 | 149 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.42 |
| HSL | 291.03º | 0.41% | 0.41% | - |
| HSV(B) | 291.03º | 0.58% | 0.58% | - |
| XYZ | 17.3 | 10.85 | 29.62 | - |
| YUV | 94.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 149 | 0.09 | 0.58 | 0 | 0.42 | 291.03 | 0.41 | 0.41 |
| Hex | 88 | 3E | 95 | 9 | 3A | 0 | 2A | 123 | 29 | 29 |
| Octal | 210 | 76 | 225 | 11 | 72 | 0 | 52 | 443 | 51 | 51 |
| Binary | 10001000 | 111110 | 10010101 | 1001 | 111010 | 0 | 101010 | 100100011 | 101001 | 101001 |
Color Harmonies of #883E95
Complementary color
Monochromatic Colors of #883E95
Black with #883E95
Text Example
Text Example
White with #883E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E95; }
p { color: rgb(136,62,149); }
H1.HeaderClassName
{
color: #883E95;
}
.AnyTagClassName
{
color: #883E95;
}
</style>
background-color css
<style>
a { background-color: #883E95; }
a { background-color: rgb(136,62,149); }
div.DivClassName
{
background-color: #883E95;
}
.BgClassName
{
background-color: #883E95;
}
</style>
border-color css
<style>
span { border-color: #883E95; }
span { border-color: rgb(136,62,149); }
td.TdClassName
{
border-color: #883E95;
}
.TagClassName
{
border-color: #883E95;
}
</style>