Shades of Vivid Violet #883899
Tints of Vivid Violet #883899
RGB
CMYK
RGB Variations
Color information
#883899 (or 0x883899) is known color: Vivid Violet. HEX triplet: 88, 38 and 99. RGB value is (136,56,153). Sum of RGB (Red+Green+Blue) = 136+56+153=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #883899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883899 is #77C766. Grayscale: #5A5A5A. Windows color (decimal): -7849831 or 10041480. OLE color: 10041480.
HSL color Cylindrical-coordinate representation of color #883899: hue angle of 289.48º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883899 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 56 | 153 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.4 |
| HSL | 289.48º | 0.46% | 0.41% | - |
| HSV(B) | 289.48º | 0.63% | 0.6% | - |
| XYZ | 17.32 | 10.36 | 31.22 | - |
| YUV | 90.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 153 | 0.11 | 0.63 | 0 | 0.4 | 289.48 | 0.46 | 0.41 |
| Hex | 88 | 38 | 99 | B | 3F | 0 | 28 | 121 | 2E | 29 |
| Octal | 210 | 70 | 231 | 13 | 77 | 0 | 50 | 441 | 56 | 51 |
| Binary | 10001000 | 111000 | 10011001 | 1011 | 111111 | 0 | 101000 | 100100001 | 101110 | 101001 |
Color Harmonies of #883899
Complementary color
Monochromatic Colors of #883899
Black with #883899
Text Example
Text Example
White with #883899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883899; }
p { color: rgb(136,56,153); }
H1.HeaderClassName
{
color: #883899;
}
.AnyTagClassName
{
color: #883899;
}
</style>
background-color css
<style>
a { background-color: #883899; }
a { background-color: rgb(136,56,153); }
div.DivClassName
{
background-color: #883899;
}
.BgClassName
{
background-color: #883899;
}
</style>
border-color css
<style>
span { border-color: #883899; }
span { border-color: rgb(136,56,153); }
td.TdClassName
{
border-color: #883899;
}
.TagClassName
{
border-color: #883899;
}
</style>