Shades of Vivid Violet #883087
Tints of Vivid Violet #883087
RGB
CMYK
RGB Variations
Color information
#883087 (or 0x883087) is known color: Vivid Violet. HEX triplet: 88, 30 and 87. RGB value is (136,48,135). Sum of RGB (Red+Green+Blue) = 136+48+135=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #883087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883087 is #77CF78. Grayscale: #535353. Windows color (decimal): -7851897 or 8859784. OLE color: 8859784.
HSL color Cylindrical-coordinate representation of color #883087: hue angle of 300.68º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883087 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 135 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.47 |
| HSL | 300.68º | 0.48% | 0.36% | - |
| HSV(B) | 300.68º | 0.65% | 0.53% | - |
| XYZ | 15.58 | 9.1 | 23.86 | - |
| YUV | 84.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 135 | 0 | 0.65 | 0.01 | 0.47 | 300.68 | 0.48 | 0.36 |
| Hex | 88 | 30 | 87 | 0 | 41 | 1 | 2F | 12D | 30 | 24 |
| Octal | 210 | 60 | 207 | 0 | 101 | 1 | 57 | 455 | 60 | 44 |
| Binary | 10001000 | 110000 | 10000111 | 0 | 1000001 | 1 | 101111 | 100101101 | 110000 | 100100 |
Color Harmonies of #883087
Complementary color
Monochromatic Colors of #883087
Black with #883087
Text Example
Text Example
White with #883087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883087; }
p { color: rgb(136,48,135); }
H1.HeaderClassName
{
color: #883087;
}
.AnyTagClassName
{
color: #883087;
}
</style>
background-color css
<style>
a { background-color: #883087; }
a { background-color: rgb(136,48,135); }
div.DivClassName
{
background-color: #883087;
}
.BgClassName
{
background-color: #883087;
}
</style>
border-color css
<style>
span { border-color: #883087; }
span { border-color: rgb(136,48,135); }
td.TdClassName
{
border-color: #883087;
}
.TagClassName
{
border-color: #883087;
}
</style>