Shades of Vivid Violet #883399
Tints of Vivid Violet #883399
RGB
CMYK
RGB Variations
Color information
#883399 (or 0x883399) is known color: Vivid Violet. HEX triplet: 88, 33 and 99. RGB value is (136,51,153). Sum of RGB (Red+Green+Blue) = 136+51+153=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #883399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883399 is #77CC66. Grayscale: #575757. Windows color (decimal): -7851111 or 10040200. OLE color: 10040200.
HSL color Cylindrical-coordinate representation of color #883399: hue angle of 290º degrees, saturation: 0.5, 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 #883399 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 51 | 153 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.4 |
| HSL | 290º | 0.5% | 0.4% | - |
| HSV(B) | 290º | 0.67% | 0.6% | - |
| XYZ | 17.09 | 9.9 | 31.15 | - |
| YUV | 88.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 153 | 0.11 | 0.67 | 0 | 0.4 | 290 | 0.5 | 0.4 |
| Hex | 88 | 33 | 99 | B | 43 | 0 | 28 | 122 | 32 | 28 |
| Octal | 210 | 63 | 231 | 13 | 103 | 0 | 50 | 442 | 62 | 50 |
| Binary | 10001000 | 110011 | 10011001 | 1011 | 1000011 | 0 | 101000 | 100100010 | 110010 | 101000 |
Color Harmonies of #883399
Complementary color
Monochromatic Colors of #883399
Black with #883399
Text Example
Text Example
White with #883399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883399; }
p { color: rgb(136,51,153); }
H1.HeaderClassName
{
color: #883399;
}
.AnyTagClassName
{
color: #883399;
}
</style>
background-color css
<style>
a { background-color: #883399; }
a { background-color: rgb(136,51,153); }
div.DivClassName
{
background-color: #883399;
}
.BgClassName
{
background-color: #883399;
}
</style>
border-color css
<style>
span { border-color: #883399; }
span { border-color: rgb(136,51,153); }
td.TdClassName
{
border-color: #883399;
}
.TagClassName
{
border-color: #883399;
}
</style>