Shades of Vivid Violet #883CAC
Tints of Vivid Violet #883CAC
RGB
CMYK
RGB Variations
Color information
#883CAC (or 0x883CAC) is known color: Vivid Violet. HEX triplet: 88, 3C and AC. RGB value is (136,60,172). Sum of RGB (Red+Green+Blue) = 136+60+172=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #883CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883CAC is #77C353. Grayscale: #5F5F5F. Windows color (decimal): -7848788 or 11287688. OLE color: 11287688.
HSL color Cylindrical-coordinate representation of color #883CAC: hue angle of 280.71º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883CAC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 60 | 172 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.33 |
| HSL | 280.71º | 0.48% | 0.45% | - |
| HSV(B) | 280.71º | 0.65% | 0.67% | - |
| XYZ | 19.22 | 11.44 | 40.23 | - |
| YUV | 95.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 172 | 0.21 | 0.65 | 0 | 0.33 | 280.71 | 0.48 | 0.45 |
| Hex | 88 | 3C | AC | 15 | 41 | 0 | 21 | 119 | 30 | 2D |
| Octal | 210 | 74 | 254 | 25 | 101 | 0 | 41 | 431 | 60 | 55 |
| Binary | 10001000 | 111100 | 10101100 | 10101 | 1000001 | 0 | 100001 | 100011001 | 110000 | 101101 |
Color Harmonies of #883CAC
Complementary color
Monochromatic Colors of #883CAC
Black with #883CAC
Text Example
Text Example
White with #883CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CAC; }
p { color: rgb(136,60,172); }
H1.HeaderClassName
{
color: #883CAC;
}
.AnyTagClassName
{
color: #883CAC;
}
</style>
background-color css
<style>
a { background-color: #883CAC; }
a { background-color: rgb(136,60,172); }
div.DivClassName
{
background-color: #883CAC;
}
.BgClassName
{
background-color: #883CAC;
}
</style>
border-color css
<style>
span { border-color: #883CAC; }
span { border-color: rgb(136,60,172); }
td.TdClassName
{
border-color: #883CAC;
}
.TagClassName
{
border-color: #883CAC;
}
</style>