Shades of Vivid Violet #883688
Tints of Vivid Violet #883688
RGB
CMYK
RGB Variations
Color information
#883688 (or 0x883688) is known color: Vivid Violet. HEX triplet: 88, 36 and 88. RGB value is (136,54,136). Sum of RGB (Red+Green+Blue) = 136+54+136=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #883688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883688 is #77C977. Grayscale: #575757. Windows color (decimal): -7850360 or 8926856. OLE color: 8926856.
HSL color Cylindrical-coordinate representation of color #883688: hue angle of 300º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883688 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 136 | - |
| CMYK | 0 | 0.60 | 0 | 0.47 |
| HSL | 300º | 0.43% | 0.37% | - |
| HSV(B) | 300º | 0.6% | 0.53% | - |
| XYZ | 15.92 | 9.65 | 24.32 | - |
| YUV | 87.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 136 | 0 | 0.60 | 0 | 0.47 | 300 | 0.43 | 0.37 |
| Hex | 88 | 36 | 88 | 0 | 3C | 0 | 2F | 12C | 2B | 25 |
| Octal | 210 | 66 | 210 | 0 | 74 | 0 | 57 | 454 | 53 | 45 |
| Binary | 10001000 | 110110 | 10001000 | 0 | 111100 | 0 | 101111 | 100101100 | 101011 | 100101 |
Color Harmonies of #883688
Complementary color
Monochromatic Colors of #883688
Black with #883688
Text Example
Text Example
White with #883688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883688; }
p { color: rgb(136,54,136); }
H1.HeaderClassName
{
color: #883688;
}
.AnyTagClassName
{
color: #883688;
}
</style>
background-color css
<style>
a { background-color: #883688; }
a { background-color: rgb(136,54,136); }
div.DivClassName
{
background-color: #883688;
}
.BgClassName
{
background-color: #883688;
}
</style>
border-color css
<style>
span { border-color: #883688; }
span { border-color: rgb(136,54,136); }
td.TdClassName
{
border-color: #883688;
}
.TagClassName
{
border-color: #883688;
}
</style>