Shades of Vivid Violet #883B89
Tints of Vivid Violet #883B89
RGB
CMYK
RGB Variations
Color information
#883B89 (or 0x883B89) is known color: Vivid Violet. HEX triplet: 88, 3B and 89. RGB value is (136,59,137). Sum of RGB (Red+Green+Blue) = 136+59+137=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #883B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883B89 is #77C476. Grayscale: #5A5A5A. Windows color (decimal): -7849079 or 8993672. OLE color: 8993672.
HSL color Cylindrical-coordinate representation of color #883B89: hue angle of 299.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B89 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 59 | 137 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.46 |
| HSL | 299.23º | 0.4% | 0.38% | - |
| HSV(B) | 299.23º | 0.57% | 0.54% | - |
| XYZ | 16.23 | 10.17 | 24.77 | - |
| YUV | 90.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 137 | 0.01 | 0.57 | 0 | 0.46 | 299.23 | 0.4 | 0.38 |
| Hex | 88 | 3B | 89 | 1 | 39 | 0 | 2E | 12B | 28 | 26 |
| Octal | 210 | 73 | 211 | 1 | 71 | 0 | 56 | 453 | 50 | 46 |
| Binary | 10001000 | 111011 | 10001001 | 1 | 111001 | 0 | 101110 | 100101011 | 101000 | 100110 |
Color Harmonies of #883B89
Complementary color
Monochromatic Colors of #883B89
Black with #883B89
Text Example
Text Example
White with #883B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B89; }
p { color: rgb(136,59,137); }
H1.HeaderClassName
{
color: #883B89;
}
.AnyTagClassName
{
color: #883B89;
}
</style>
background-color css
<style>
a { background-color: #883B89; }
a { background-color: rgb(136,59,137); }
div.DivClassName
{
background-color: #883B89;
}
.BgClassName
{
background-color: #883B89;
}
</style>
border-color css
<style>
span { border-color: #883B89; }
span { border-color: rgb(136,59,137); }
td.TdClassName
{
border-color: #883B89;
}
.TagClassName
{
border-color: #883B89;
}
</style>