Shades of Vivid Violet #883386
Tints of Vivid Violet #883386
RGB
CMYK
RGB Variations
Color information
#883386 (or 0x883386) is known color: Vivid Violet. HEX triplet: 88, 33 and 86. RGB value is (136,51,134). Sum of RGB (Red+Green+Blue) = 136+51+134=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #883386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883386 is #77CC79. Grayscale: #555555. Windows color (decimal): -7851130 or 8795016. OLE color: 8795016.
HSL color Cylindrical-coordinate representation of color #883386: hue angle of 301.41º 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 #883386 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 134 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.47 |
| HSL | 301.41º | 0.45% | 0.37% | - |
| HSV(B) | 301.41º | 0.63% | 0.53% | - |
| XYZ | 15.64 | 9.32 | 23.53 | - |
| YUV | 85.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 134 | 0 | 0.62 | 0.01 | 0.47 | 301.41 | 0.45 | 0.37 |
| Hex | 88 | 33 | 86 | 0 | 3E | 1 | 2F | 12D | 2D | 25 |
| Octal | 210 | 63 | 206 | 0 | 76 | 1 | 57 | 455 | 55 | 45 |
| Binary | 10001000 | 110011 | 10000110 | 0 | 111110 | 1 | 101111 | 100101101 | 101101 | 100101 |
Color Harmonies of #883386
Complementary color
Monochromatic Colors of #883386
Black with #883386
Text Example
Text Example
White with #883386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883386; }
p { color: rgb(136,51,134); }
H1.HeaderClassName
{
color: #883386;
}
.AnyTagClassName
{
color: #883386;
}
</style>
background-color css
<style>
a { background-color: #883386; }
a { background-color: rgb(136,51,134); }
div.DivClassName
{
background-color: #883386;
}
.BgClassName
{
background-color: #883386;
}
</style>
border-color css
<style>
span { border-color: #883386; }
span { border-color: rgb(136,51,134); }
td.TdClassName
{
border-color: #883386;
}
.TagClassName
{
border-color: #883386;
}
</style>