Shades of Vivid Violet #883A85
Tints of Vivid Violet #883A85
RGB
CMYK
RGB Variations
Color information
#883A85 (or 0x883A85) is known color: Vivid Violet. HEX triplet: 88, 3A and 85. RGB value is (136,58,133). Sum of RGB (Red+Green+Blue) = 136+58+133=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #883A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A85 is #77C57A. Grayscale: #595959. Windows color (decimal): -7849339 or 8731272. OLE color: 8731272.
HSL color Cylindrical-coordinate representation of color #883A85: hue angle of 302.31º 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 #883A85 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 133 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.47 |
| HSL | 302.31º | 0.4% | 0.38% | - |
| HSV(B) | 302.31º | 0.57% | 0.53% | - |
| XYZ | 15.9 | 9.95 | 23.27 | - |
| YUV | 89.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 133 | 0 | 0.57 | 0.02 | 0.47 | 302.31 | 0.4 | 0.38 |
| Hex | 88 | 3A | 85 | 0 | 39 | 2 | 2F | 12E | 28 | 26 |
| Octal | 210 | 72 | 205 | 0 | 71 | 2 | 57 | 456 | 50 | 46 |
| Binary | 10001000 | 111010 | 10000101 | 0 | 111001 | 10 | 101111 | 100101110 | 101000 | 100110 |
Color Harmonies of #883A85
Complementary color
Monochromatic Colors of #883A85
Black with #883A85
Text Example
Text Example
White with #883A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A85; }
p { color: rgb(136,58,133); }
H1.HeaderClassName
{
color: #883A85;
}
.AnyTagClassName
{
color: #883A85;
}
</style>
background-color css
<style>
a { background-color: #883A85; }
a { background-color: rgb(136,58,133); }
div.DivClassName
{
background-color: #883A85;
}
.BgClassName
{
background-color: #883A85;
}
</style>
border-color css
<style>
span { border-color: #883A85; }
span { border-color: rgb(136,58,133); }
td.TdClassName
{
border-color: #883A85;
}
.TagClassName
{
border-color: #883A85;
}
</style>