Shades of Vivid Violet #883D84
Tints of Vivid Violet #883D84
RGB
CMYK
RGB Variations
Color information
#883D84 (or 0x883D84) is known color: Vivid Violet. HEX triplet: 88, 3D and 84. RGB value is (136,61,132). Sum of RGB (Red+Green+Blue) = 136+61+132=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #883D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D84 is #77C27B. Grayscale: #5B5B5B. Windows color (decimal): -7848572 or 8666504. OLE color: 8666504.
HSL color Cylindrical-coordinate representation of color #883D84: hue angle of 303.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D84 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 132 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.47 |
| HSL | 303.2º | 0.38% | 0.39% | - |
| HSV(B) | 303.2º | 0.55% | 0.53% | - |
| XYZ | 15.99 | 10.24 | 22.96 | - |
| YUV | 91.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 132 | 0 | 0.55 | 0.03 | 0.47 | 303.2 | 0.38 | 0.39 |
| Hex | 88 | 3D | 84 | 0 | 37 | 3 | 2F | 12F | 26 | 27 |
| Octal | 210 | 75 | 204 | 0 | 67 | 3 | 57 | 457 | 46 | 47 |
| Binary | 10001000 | 111101 | 10000100 | 0 | 110111 | 11 | 101111 | 100101111 | 100110 | 100111 |
Color Harmonies of #883D84
Complementary color
Monochromatic Colors of #883D84
Black with #883D84
Text Example
Text Example
White with #883D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D84; }
p { color: rgb(136,61,132); }
H1.HeaderClassName
{
color: #883D84;
}
.AnyTagClassName
{
color: #883D84;
}
</style>
background-color css
<style>
a { background-color: #883D84; }
a { background-color: rgb(136,61,132); }
div.DivClassName
{
background-color: #883D84;
}
.BgClassName
{
background-color: #883D84;
}
</style>
border-color css
<style>
span { border-color: #883D84; }
span { border-color: rgb(136,61,132); }
td.TdClassName
{
border-color: #883D84;
}
.TagClassName
{
border-color: #883D84;
}
</style>