Shades of Vivid Violet #883A81
Tints of Vivid Violet #883A81
RGB
CMYK
RGB Variations
Color information
#883A81 (or 0x883A81) is known color: Vivid Violet. HEX triplet: 88, 3A and 81. RGB value is (136,58,129). Sum of RGB (Red+Green+Blue) = 136+58+129=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #883A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A81 is #77C57E. Grayscale: #595959. Windows color (decimal): -7849343 or 8469128. OLE color: 8469128.
HSL color Cylindrical-coordinate representation of color #883A81: hue angle of 305.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A81 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 129 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.47 |
| HSL | 305.38º | 0.4% | 0.38% | - |
| HSV(B) | 305.38º | 0.57% | 0.53% | - |
| XYZ | 15.63 | 9.85 | 21.85 | - |
| YUV | 89.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 129 | 0 | 0.57 | 0.05 | 0.47 | 305.38 | 0.4 | 0.38 |
| Hex | 88 | 3A | 81 | 0 | 39 | 5 | 2F | 131 | 28 | 26 |
| Octal | 210 | 72 | 201 | 0 | 71 | 5 | 57 | 461 | 50 | 46 |
| Binary | 10001000 | 111010 | 10000001 | 0 | 111001 | 101 | 101111 | 100110001 | 101000 | 100110 |
Color Harmonies of #883A81
Complementary color
Monochromatic Colors of #883A81
Black with #883A81
Text Example
Text Example
White with #883A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A81; }
p { color: rgb(136,58,129); }
H1.HeaderClassName
{
color: #883A81;
}
.AnyTagClassName
{
color: #883A81;
}
</style>
background-color css
<style>
a { background-color: #883A81; }
a { background-color: rgb(136,58,129); }
div.DivClassName
{
background-color: #883A81;
}
.BgClassName
{
background-color: #883A81;
}
</style>
border-color css
<style>
span { border-color: #883A81; }
span { border-color: rgb(136,58,129); }
td.TdClassName
{
border-color: #883A81;
}
.TagClassName
{
border-color: #883A81;
}
</style>