Shades of Vivid Violet #883189
Tints of Vivid Violet #883189
RGB
CMYK
RGB Variations
Color information
#883189 (or 0x883189) is known color: Vivid Violet. HEX triplet: 88, 31 and 89. RGB value is (136,49,137). Sum of RGB (Red+Green+Blue) = 136+49+137=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #883189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883189 is #77CE76. Grayscale: #545454. Windows color (decimal): -7851639 or 8991112. OLE color: 8991112.
HSL color Cylindrical-coordinate representation of color #883189: hue angle of 299.32º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883189 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 49 | 137 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.46 |
| HSL | 299.32º | 0.47% | 0.36% | - |
| HSV(B) | 299.32º | 0.64% | 0.54% | - |
| XYZ | 15.77 | 9.24 | 24.62 | - |
| YUV | 85.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 137 | 0.01 | 0.64 | 0 | 0.46 | 299.32 | 0.47 | 0.36 |
| Hex | 88 | 31 | 89 | 1 | 40 | 0 | 2E | 12B | 2F | 24 |
| Octal | 210 | 61 | 211 | 1 | 100 | 0 | 56 | 453 | 57 | 44 |
| Binary | 10001000 | 110001 | 10001001 | 1 | 1000000 | 0 | 101110 | 100101011 | 101111 | 100100 |
Color Harmonies of #883189
Complementary color
Monochromatic Colors of #883189
Black with #883189
Text Example
Text Example
White with #883189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883189; }
p { color: rgb(136,49,137); }
H1.HeaderClassName
{
color: #883189;
}
.AnyTagClassName
{
color: #883189;
}
</style>
background-color css
<style>
a { background-color: #883189; }
a { background-color: rgb(136,49,137); }
div.DivClassName
{
background-color: #883189;
}
.BgClassName
{
background-color: #883189;
}
</style>
border-color css
<style>
span { border-color: #883189; }
span { border-color: rgb(136,49,137); }
td.TdClassName
{
border-color: #883189;
}
.TagClassName
{
border-color: #883189;
}
</style>