Shades of Vivid Violet #883992
Tints of Vivid Violet #883992
RGB
CMYK
RGB Variations
Color information
#883992 (or 0x883992) is known color: Vivid Violet. HEX triplet: 88, 39 and 92. RGB value is (136,57,146). Sum of RGB (Red+Green+Blue) = 136+57+146=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #883992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883992 is #77C66D. Grayscale: #5A5A5A. Windows color (decimal): -7849582 or 9582984. OLE color: 9582984.
HSL color Cylindrical-coordinate representation of color #883992: hue angle of 293.26º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883992 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 57 | 146 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.43 |
| HSL | 293.26º | 0.44% | 0.4% | - |
| HSV(B) | 293.26º | 0.61% | 0.57% | - |
| XYZ | 16.8 | 10.24 | 28.28 | - |
| YUV | 90.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 146 | 0.07 | 0.61 | 0 | 0.43 | 293.26 | 0.44 | 0.4 |
| Hex | 88 | 39 | 92 | 7 | 3D | 0 | 2B | 125 | 2C | 28 |
| Octal | 210 | 71 | 222 | 7 | 75 | 0 | 53 | 445 | 54 | 50 |
| Binary | 10001000 | 111001 | 10010010 | 111 | 111101 | 0 | 101011 | 100100101 | 101100 | 101000 |
Color Harmonies of #883992
Complementary color
Monochromatic Colors of #883992
Black with #883992
Text Example
Text Example
White with #883992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883992; }
p { color: rgb(136,57,146); }
H1.HeaderClassName
{
color: #883992;
}
.AnyTagClassName
{
color: #883992;
}
</style>
background-color css
<style>
a { background-color: #883992; }
a { background-color: rgb(136,57,146); }
div.DivClassName
{
background-color: #883992;
}
.BgClassName
{
background-color: #883992;
}
</style>
border-color css
<style>
span { border-color: #883992; }
span { border-color: rgb(136,57,146); }
td.TdClassName
{
border-color: #883992;
}
.TagClassName
{
border-color: #883992;
}
</style>