Shades of Vivid Violet #883BAC
Tints of Vivid Violet #883BAC
RGB
CMYK
RGB Variations
Color information
#883BAC (or 0x883BAC) is known color: Vivid Violet. HEX triplet: 88, 3B and AC. RGB value is (136,59,172). Sum of RGB (Red+Green+Blue) = 136+59+172=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #883BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883BAC is #77C453. Grayscale: #5E5E5E. Windows color (decimal): -7849044 or 11287432. OLE color: 11287432.
HSL color Cylindrical-coordinate representation of color #883BAC: hue angle of 280.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883BAC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 59 | 172 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.33 |
| HSL | 280.88º | 0.49% | 0.45% | - |
| HSV(B) | 280.88º | 0.66% | 0.67% | - |
| XYZ | 19.16 | 11.34 | 40.21 | - |
| YUV | 94.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 172 | 0.21 | 0.66 | 0 | 0.33 | 280.88 | 0.49 | 0.45 |
| Hex | 88 | 3B | AC | 15 | 42 | 0 | 21 | 119 | 31 | 2D |
| Octal | 210 | 73 | 254 | 25 | 102 | 0 | 41 | 431 | 61 | 55 |
| Binary | 10001000 | 111011 | 10101100 | 10101 | 1000010 | 0 | 100001 | 100011001 | 110001 | 101101 |
Color Harmonies of #883BAC
Complementary color
Monochromatic Colors of #883BAC
Black with #883BAC
Text Example
Text Example
White with #883BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BAC; }
p { color: rgb(136,59,172); }
H1.HeaderClassName
{
color: #883BAC;
}
.AnyTagClassName
{
color: #883BAC;
}
</style>
background-color css
<style>
a { background-color: #883BAC; }
a { background-color: rgb(136,59,172); }
div.DivClassName
{
background-color: #883BAC;
}
.BgClassName
{
background-color: #883BAC;
}
</style>
border-color css
<style>
span { border-color: #883BAC; }
span { border-color: rgb(136,59,172); }
td.TdClassName
{
border-color: #883BAC;
}
.TagClassName
{
border-color: #883BAC;
}
</style>