Shades of Vivid Violet #883984
Tints of Vivid Violet #883984
RGB
CMYK
RGB Variations
Color information
#883984 (or 0x883984) is known color: Vivid Violet. HEX triplet: 88, 39 and 84. RGB value is (136,57,132). Sum of RGB (Red+Green+Blue) = 136+57+132=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #883984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883984 is #77C67B. Grayscale: #585858. Windows color (decimal): -7849596 or 8665480. OLE color: 8665480.
HSL color Cylindrical-coordinate representation of color #883984: hue angle of 303.04º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883984 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 57 | 132 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.47 |
| HSL | 303.04º | 0.41% | 0.38% | - |
| HSV(B) | 303.04º | 0.58% | 0.53% | - |
| XYZ | 15.78 | 9.83 | 22.89 | - |
| YUV | 89.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 132 | 0 | 0.58 | 0.03 | 0.47 | 303.04 | 0.41 | 0.38 |
| Hex | 88 | 39 | 84 | 0 | 3A | 3 | 2F | 12F | 29 | 26 |
| Octal | 210 | 71 | 204 | 0 | 72 | 3 | 57 | 457 | 51 | 46 |
| Binary | 10001000 | 111001 | 10000100 | 0 | 111010 | 11 | 101111 | 100101111 | 101001 | 100110 |
Color Harmonies of #883984
Complementary color
Monochromatic Colors of #883984
Black with #883984
Text Example
Text Example
White with #883984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883984; }
p { color: rgb(136,57,132); }
H1.HeaderClassName
{
color: #883984;
}
.AnyTagClassName
{
color: #883984;
}
</style>
background-color css
<style>
a { background-color: #883984; }
a { background-color: rgb(136,57,132); }
div.DivClassName
{
background-color: #883984;
}
.BgClassName
{
background-color: #883984;
}
</style>
border-color css
<style>
span { border-color: #883984; }
span { border-color: rgb(136,57,132); }
td.TdClassName
{
border-color: #883984;
}
.TagClassName
{
border-color: #883984;
}
</style>