Shades of Vivid Violet #883F9F
Tints of Vivid Violet #883F9F
RGB
CMYK
RGB Variations
Color information
#883F9F (or 0x883F9F) is known color: Vivid Violet. HEX triplet: 88, 3F and 9F. RGB value is (136,63,159). Sum of RGB (Red+Green+Blue) = 136+63+159=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #883F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883F9F is #77C060. Grayscale: #5F5F5F. Windows color (decimal): -7848033 or 10436488. OLE color: 10436488.
HSL color Cylindrical-coordinate representation of color #883F9F: hue angle of 285.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883F9F is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 63 | 159 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.38 |
| HSL | 285.63º | 0.43% | 0.44% | - |
| HSV(B) | 285.63º | 0.6% | 0.62% | - |
| XYZ | 18.19 | 11.29 | 34.02 | - |
| YUV | 95.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 159 | 0.14 | 0.60 | 0 | 0.38 | 285.63 | 0.43 | 0.44 |
| Hex | 88 | 3F | 9F | E | 3C | 0 | 26 | 11E | 2B | 2C |
| Octal | 210 | 77 | 237 | 16 | 74 | 0 | 46 | 436 | 53 | 54 |
| Binary | 10001000 | 111111 | 10011111 | 1110 | 111100 | 0 | 100110 | 100011110 | 101011 | 101100 |
Color Harmonies of #883F9F
Complementary color
Monochromatic Colors of #883F9F
Black with #883F9F
Text Example
Text Example
White with #883F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F9F; }
p { color: rgb(136,63,159); }
H1.HeaderClassName
{
color: #883F9F;
}
.AnyTagClassName
{
color: #883F9F;
}
</style>
background-color css
<style>
a { background-color: #883F9F; }
a { background-color: rgb(136,63,159); }
div.DivClassName
{
background-color: #883F9F;
}
.BgClassName
{
background-color: #883F9F;
}
</style>
border-color css
<style>
span { border-color: #883F9F; }
span { border-color: rgb(136,63,159); }
td.TdClassName
{
border-color: #883F9F;
}
.TagClassName
{
border-color: #883F9F;
}
</style>