Shades of Vivid Violet #883999
Tints of Vivid Violet #883999
RGB
CMYK
RGB Variations
Color information
#883999 (or 0x883999) is known color: Vivid Violet. HEX triplet: 88, 39 and 99. RGB value is (136,57,153). Sum of RGB (Red+Green+Blue) = 136+57+153=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #883999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883999 is #77C666. Grayscale: #5B5B5B. Windows color (decimal): -7849575 or 10041736. OLE color: 10041736.
HSL color Cylindrical-coordinate representation of color #883999: hue angle of 289.38º 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 #883999 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 57 | 153 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.4 |
| HSL | 289.38º | 0.46% | 0.41% | - |
| HSV(B) | 289.38º | 0.63% | 0.6% | - |
| XYZ | 17.37 | 10.46 | 31.24 | - |
| YUV | 91.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 153 | 0.11 | 0.63 | 0 | 0.4 | 289.38 | 0.46 | 0.41 |
| Hex | 88 | 39 | 99 | B | 3F | 0 | 28 | 121 | 2E | 29 |
| Octal | 210 | 71 | 231 | 13 | 77 | 0 | 50 | 441 | 56 | 51 |
| Binary | 10001000 | 111001 | 10011001 | 1011 | 111111 | 0 | 101000 | 100100001 | 101110 | 101001 |
Color Harmonies of #883999
Complementary color
Monochromatic Colors of #883999
Black with #883999
Text Example
Text Example
White with #883999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883999; }
p { color: rgb(136,57,153); }
H1.HeaderClassName
{
color: #883999;
}
.AnyTagClassName
{
color: #883999;
}
</style>
background-color css
<style>
a { background-color: #883999; }
a { background-color: rgb(136,57,153); }
div.DivClassName
{
background-color: #883999;
}
.BgClassName
{
background-color: #883999;
}
</style>
border-color css
<style>
span { border-color: #883999; }
span { border-color: rgb(136,57,153); }
td.TdClassName
{
border-color: #883999;
}
.TagClassName
{
border-color: #883999;
}
</style>