Shades of Vivid Violet #883387
Tints of Vivid Violet #883387
RGB
CMYK
RGB Variations
Color information
#883387 (or 0x883387) is known color: Vivid Violet. HEX triplet: 88, 33 and 87. RGB value is (136,51,135). Sum of RGB (Red+Green+Blue) = 136+51+135=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #883387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883387 is #77CC78. Grayscale: #555555. Windows color (decimal): -7851129 or 8860552. OLE color: 8860552.
HSL color Cylindrical-coordinate representation of color #883387: hue angle of 300.71º 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 #883387 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 135 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.47 |
| HSL | 300.71º | 0.45% | 0.37% | - |
| HSV(B) | 300.71º | 0.63% | 0.53% | - |
| XYZ | 15.71 | 9.35 | 23.9 | - |
| YUV | 85.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 135 | 0 | 0.62 | 0.01 | 0.47 | 300.71 | 0.45 | 0.37 |
| Hex | 88 | 33 | 87 | 0 | 3E | 1 | 2F | 12D | 2D | 25 |
| Octal | 210 | 63 | 207 | 0 | 76 | 1 | 57 | 455 | 55 | 45 |
| Binary | 10001000 | 110011 | 10000111 | 0 | 111110 | 1 | 101111 | 100101101 | 101101 | 100101 |
Color Harmonies of #883387
Complementary color
Monochromatic Colors of #883387
Black with #883387
Text Example
Text Example
White with #883387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883387; }
p { color: rgb(136,51,135); }
H1.HeaderClassName
{
color: #883387;
}
.AnyTagClassName
{
color: #883387;
}
</style>
background-color css
<style>
a { background-color: #883387; }
a { background-color: rgb(136,51,135); }
div.DivClassName
{
background-color: #883387;
}
.BgClassName
{
background-color: #883387;
}
</style>
border-color css
<style>
span { border-color: #883387; }
span { border-color: rgb(136,51,135); }
td.TdClassName
{
border-color: #883387;
}
.TagClassName
{
border-color: #883387;
}
</style>