Shades of Vivid Violet #883099
Tints of Vivid Violet #883099
RGB
CMYK
RGB Variations
Color information
#883099 (or 0x883099) is known color: Vivid Violet. HEX triplet: 88, 30 and 99. RGB value is (136,48,153). Sum of RGB (Red+Green+Blue) = 136+48+153=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #883099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883099 is #77CF66. Grayscale: #555555. Windows color (decimal): -7851879 or 10039432. OLE color: 10039432.
HSL color Cylindrical-coordinate representation of color #883099: hue angle of 290.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883099 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 48 | 153 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.4 |
| HSL | 290.29º | 0.52% | 0.39% | - |
| HSV(B) | 290.29º | 0.69% | 0.6% | - |
| XYZ | 16.96 | 9.65 | 31.11 | - |
| YUV | 86.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 153 | 0.11 | 0.69 | 0 | 0.4 | 290.29 | 0.52 | 0.39 |
| Hex | 88 | 30 | 99 | B | 45 | 0 | 28 | 122 | 34 | 27 |
| Octal | 210 | 60 | 231 | 13 | 105 | 0 | 50 | 442 | 64 | 47 |
| Binary | 10001000 | 110000 | 10011001 | 1011 | 1000101 | 0 | 101000 | 100100010 | 110100 | 100111 |
Color Harmonies of #883099
Complementary color
Monochromatic Colors of #883099
Black with #883099
Text Example
Text Example
White with #883099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883099; }
p { color: rgb(136,48,153); }
H1.HeaderClassName
{
color: #883099;
}
.AnyTagClassName
{
color: #883099;
}
</style>
background-color css
<style>
a { background-color: #883099; }
a { background-color: rgb(136,48,153); }
div.DivClassName
{
background-color: #883099;
}
.BgClassName
{
background-color: #883099;
}
</style>
border-color css
<style>
span { border-color: #883099; }
span { border-color: rgb(136,48,153); }
td.TdClassName
{
border-color: #883099;
}
.TagClassName
{
border-color: #883099;
}
</style>