Shades of Vivid Violet #883299
Tints of Vivid Violet #883299
RGB
CMYK
RGB Variations
Color information
#883299 (or 0x883299) is known color: Vivid Violet. HEX triplet: 88, 32 and 99. RGB value is (136,50,153). Sum of RGB (Red+Green+Blue) = 136+50+153=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #883299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883299 is #77CD66. Grayscale: #575757. Windows color (decimal): -7851367 or 10039944. OLE color: 10039944.
HSL color Cylindrical-coordinate representation of color #883299: hue angle of 290.1º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883299 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 50 | 153 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.4 |
| HSL | 290.1º | 0.51% | 0.4% | - |
| HSV(B) | 290.1º | 0.67% | 0.6% | - |
| XYZ | 17.04 | 9.82 | 31.13 | - |
| YUV | 87.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 153 | 0.11 | 0.67 | 0 | 0.4 | 290.1 | 0.51 | 0.4 |
| Hex | 88 | 32 | 99 | B | 43 | 0 | 28 | 122 | 33 | 28 |
| Octal | 210 | 62 | 231 | 13 | 103 | 0 | 50 | 442 | 63 | 50 |
| Binary | 10001000 | 110010 | 10011001 | 1011 | 1000011 | 0 | 101000 | 100100010 | 110011 | 101000 |
Color Harmonies of #883299
Complementary color
Monochromatic Colors of #883299
Black with #883299
Text Example
Text Example
White with #883299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883299; }
p { color: rgb(136,50,153); }
H1.HeaderClassName
{
color: #883299;
}
.AnyTagClassName
{
color: #883299;
}
</style>
background-color css
<style>
a { background-color: #883299; }
a { background-color: rgb(136,50,153); }
div.DivClassName
{
background-color: #883299;
}
.BgClassName
{
background-color: #883299;
}
</style>
border-color css
<style>
span { border-color: #883299; }
span { border-color: rgb(136,50,153); }
td.TdClassName
{
border-color: #883299;
}
.TagClassName
{
border-color: #883299;
}
</style>