Shades of Vivid Violet #883696
Tints of Vivid Violet #883696
RGB
CMYK
RGB Variations
Color information
#883696 (or 0x883696) is known color: Vivid Violet. HEX triplet: 88, 36 and 96. RGB value is (136,54,150). Sum of RGB (Red+Green+Blue) = 136+54+150=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #883696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883696 is #77C969. Grayscale: #595959. Windows color (decimal): -7850346 or 9844360. OLE color: 9844360.
HSL color Cylindrical-coordinate representation of color #883696: hue angle of 291.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883696 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 54 | 150 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.41 |
| HSL | 291.25º | 0.47% | 0.4% | - |
| HSV(B) | 291.25º | 0.64% | 0.59% | - |
| XYZ | 16.98 | 10.07 | 29.9 | - |
| YUV | 89.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 150 | 0.09 | 0.64 | 0 | 0.41 | 291.25 | 0.47 | 0.4 |
| Hex | 88 | 36 | 96 | 9 | 40 | 0 | 29 | 123 | 2F | 28 |
| Octal | 210 | 66 | 226 | 11 | 100 | 0 | 51 | 443 | 57 | 50 |
| Binary | 10001000 | 110110 | 10010110 | 1001 | 1000000 | 0 | 101001 | 100100011 | 101111 | 101000 |
Color Harmonies of #883696
Complementary color
Monochromatic Colors of #883696
Black with #883696
Text Example
Text Example
White with #883696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883696; }
p { color: rgb(136,54,150); }
H1.HeaderClassName
{
color: #883696;
}
.AnyTagClassName
{
color: #883696;
}
</style>
background-color css
<style>
a { background-color: #883696; }
a { background-color: rgb(136,54,150); }
div.DivClassName
{
background-color: #883696;
}
.BgClassName
{
background-color: #883696;
}
</style>
border-color css
<style>
span { border-color: #883696; }
span { border-color: rgb(136,54,150); }
td.TdClassName
{
border-color: #883696;
}
.TagClassName
{
border-color: #883696;
}
</style>