Shades of Vivid Violet #883985
Tints of Vivid Violet #883985
RGB
CMYK
RGB Variations
Color information
#883985 (or 0x883985) is known color: Vivid Violet. HEX triplet: 88, 39 and 85. RGB value is (136,57,133). Sum of RGB (Red+Green+Blue) = 136+57+133=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #883985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883985 is #77C67A. Grayscale: #595959. Windows color (decimal): -7849595 or 8731016. OLE color: 8731016.
HSL color Cylindrical-coordinate representation of color #883985: hue angle of 302.28º 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 #883985 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 57 | 133 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.47 |
| HSL | 302.28º | 0.41% | 0.38% | - |
| HSV(B) | 302.28º | 0.58% | 0.53% | - |
| XYZ | 15.85 | 9.85 | 23.26 | - |
| YUV | 89.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 133 | 0 | 0.58 | 0.02 | 0.47 | 302.28 | 0.41 | 0.38 |
| Hex | 88 | 39 | 85 | 0 | 3A | 2 | 2F | 12E | 29 | 26 |
| Octal | 210 | 71 | 205 | 0 | 72 | 2 | 57 | 456 | 51 | 46 |
| Binary | 10001000 | 111001 | 10000101 | 0 | 111010 | 10 | 101111 | 100101110 | 101001 | 100110 |
Color Harmonies of #883985
Complementary color
Monochromatic Colors of #883985
Black with #883985
Text Example
Text Example
White with #883985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883985; }
p { color: rgb(136,57,133); }
H1.HeaderClassName
{
color: #883985;
}
.AnyTagClassName
{
color: #883985;
}
</style>
background-color css
<style>
a { background-color: #883985; }
a { background-color: rgb(136,57,133); }
div.DivClassName
{
background-color: #883985;
}
.BgClassName
{
background-color: #883985;
}
</style>
border-color css
<style>
span { border-color: #883985; }
span { border-color: rgb(136,57,133); }
td.TdClassName
{
border-color: #883985;
}
.TagClassName
{
border-color: #883985;
}
</style>