Shades of Vivid Violet #884188
Tints of Vivid Violet #884188
RGB
CMYK
RGB Variations
Color information
#884188 (or 0x884188) is known color: Vivid Violet. HEX triplet: 88, 41 and 88. RGB value is (136,65,136). Sum of RGB (Red+Green+Blue) = 136+65+136=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #884188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884188 is #77BE77. Grayscale: #5E5E5E. Windows color (decimal): -7847544 or 8929672. OLE color: 8929672.
HSL color Cylindrical-coordinate representation of color #884188: hue angle of 300º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884188 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 136 | - |
| CMYK | 0 | 0.52 | 0 | 0.47 |
| HSL | 300º | 0.35% | 0.39% | - |
| HSV(B) | 300º | 0.52% | 0.53% | - |
| XYZ | 16.49 | 10.79 | 24.51 | - |
| YUV | 94.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 136 | 0 | 0.52 | 0 | 0.47 | 300 | 0.35 | 0.39 |
| Hex | 88 | 41 | 88 | 0 | 34 | 0 | 2F | 12C | 23 | 27 |
| Octal | 210 | 101 | 210 | 0 | 64 | 0 | 57 | 454 | 43 | 47 |
| Binary | 10001000 | 1000001 | 10001000 | 0 | 110100 | 0 | 101111 | 100101100 | 100011 | 100111 |
Color Harmonies of #884188
Complementary color
Monochromatic Colors of #884188
Black with #884188
Text Example
Text Example
White with #884188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884188; }
p { color: rgb(136,65,136); }
H1.HeaderClassName
{
color: #884188;
}
.AnyTagClassName
{
color: #884188;
}
</style>
background-color css
<style>
a { background-color: #884188; }
a { background-color: rgb(136,65,136); }
div.DivClassName
{
background-color: #884188;
}
.BgClassName
{
background-color: #884188;
}
</style>
border-color css
<style>
span { border-color: #884188; }
span { border-color: rgb(136,65,136); }
td.TdClassName
{
border-color: #884188;
}
.TagClassName
{
border-color: #884188;
}
</style>