Shades of Vivid Violet #883486
Tints of Vivid Violet #883486
RGB
CMYK
RGB Variations
Color information
#883486 (or 0x883486) is known color: Vivid Violet. HEX triplet: 88, 34 and 86. RGB value is (136,52,134). Sum of RGB (Red+Green+Blue) = 136+52+134=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #883486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883486 is #77CB79. Grayscale: #565656. Windows color (decimal): -7850874 or 8795272. OLE color: 8795272.
HSL color Cylindrical-coordinate representation of color #883486: hue angle of 301.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883486 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 134 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.47 |
| HSL | 301.43º | 0.45% | 0.37% | - |
| HSV(B) | 301.43º | 0.62% | 0.53% | - |
| XYZ | 15.68 | 9.41 | 23.54 | - |
| YUV | 86.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 134 | 0 | 0.62 | 0.01 | 0.47 | 301.43 | 0.45 | 0.37 |
| Hex | 88 | 34 | 86 | 0 | 3E | 1 | 2F | 12D | 2D | 25 |
| Octal | 210 | 64 | 206 | 0 | 76 | 1 | 57 | 455 | 55 | 45 |
| Binary | 10001000 | 110100 | 10000110 | 0 | 111110 | 1 | 101111 | 100101101 | 101101 | 100101 |
Color Harmonies of #883486
Complementary color
Monochromatic Colors of #883486
Black with #883486
Text Example
Text Example
White with #883486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883486; }
p { color: rgb(136,52,134); }
H1.HeaderClassName
{
color: #883486;
}
.AnyTagClassName
{
color: #883486;
}
</style>
background-color css
<style>
a { background-color: #883486; }
a { background-color: rgb(136,52,134); }
div.DivClassName
{
background-color: #883486;
}
.BgClassName
{
background-color: #883486;
}
</style>
border-color css
<style>
span { border-color: #883486; }
span { border-color: rgb(136,52,134); }
td.TdClassName
{
border-color: #883486;
}
.TagClassName
{
border-color: #883486;
}
</style>