Shades of Vivid Violet #883C8E
Tints of Vivid Violet #883C8E
RGB
CMYK
RGB Variations
Color information
#883C8E (or 0x883C8E) is known color: Vivid Violet. HEX triplet: 88, 3C and 8E. RGB value is (136,60,142). Sum of RGB (Red+Green+Blue) = 136+60+142=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #883C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883C8E is #77C371. Grayscale: #5B5B5B. Windows color (decimal): -7848818 or 9321608. OLE color: 9321608.
HSL color Cylindrical-coordinate representation of color #883C8E: hue angle of 295.61º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883C8E is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 60 | 142 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.44 |
| HSL | 295.61º | 0.41% | 0.4% | - |
| HSV(B) | 295.61º | 0.58% | 0.56% | - |
| XYZ | 16.65 | 10.42 | 26.72 | - |
| YUV | 92.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 142 | 0.04 | 0.58 | 0 | 0.44 | 295.61 | 0.41 | 0.4 |
| Hex | 88 | 3C | 8E | 4 | 3A | 0 | 2C | 128 | 29 | 28 |
| Octal | 210 | 74 | 216 | 4 | 72 | 0 | 54 | 450 | 51 | 50 |
| Binary | 10001000 | 111100 | 10001110 | 100 | 111010 | 0 | 101100 | 100101000 | 101001 | 101000 |
Color Harmonies of #883C8E
Complementary color
Monochromatic Colors of #883C8E
Black with #883C8E
Text Example
Text Example
White with #883C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C8E; }
p { color: rgb(136,60,142); }
H1.HeaderClassName
{
color: #883C8E;
}
.AnyTagClassName
{
color: #883C8E;
}
</style>
background-color css
<style>
a { background-color: #883C8E; }
a { background-color: rgb(136,60,142); }
div.DivClassName
{
background-color: #883C8E;
}
.BgClassName
{
background-color: #883C8E;
}
</style>
border-color css
<style>
span { border-color: #883C8E; }
span { border-color: rgb(136,60,142); }
td.TdClassName
{
border-color: #883C8E;
}
.TagClassName
{
border-color: #883C8E;
}
</style>