Shades of Vivid Violet #884388
Tints of Vivid Violet #884388
RGB
CMYK
RGB Variations
Color information
#884388 (or 0x884388) is known color: Vivid Violet. HEX triplet: 88, 43 and 88. RGB value is (136,67,136). Sum of RGB (Red+Green+Blue) = 136+67+136=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #884388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884388 is #77BC77. Grayscale: #5F5F5F. Windows color (decimal): -7847032 or 8930184. OLE color: 8930184.
HSL color Cylindrical-coordinate representation of color #884388: hue angle of 300º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884388 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 136 | - |
| CMYK | 0 | 0.51 | 0 | 0.47 |
| HSL | 300º | 0.34% | 0.4% | - |
| HSV(B) | 300º | 0.51% | 0.53% | - |
| XYZ | 16.6 | 11.03 | 24.55 | - |
| YUV | 95.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 136 | 0 | 0.51 | 0 | 0.47 | 300 | 0.34 | 0.4 |
| Hex | 88 | 43 | 88 | 0 | 33 | 0 | 2F | 12C | 22 | 28 |
| Octal | 210 | 103 | 210 | 0 | 63 | 0 | 57 | 454 | 42 | 50 |
| Binary | 10001000 | 1000011 | 10001000 | 0 | 110011 | 0 | 101111 | 100101100 | 100010 | 101000 |
Color Harmonies of #884388
Complementary color
Monochromatic Colors of #884388
Black with #884388
Text Example
Text Example
White with #884388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884388; }
p { color: rgb(136,67,136); }
H1.HeaderClassName
{
color: #884388;
}
.AnyTagClassName
{
color: #884388;
}
</style>
background-color css
<style>
a { background-color: #884388; }
a { background-color: rgb(136,67,136); }
div.DivClassName
{
background-color: #884388;
}
.BgClassName
{
background-color: #884388;
}
</style>
border-color css
<style>
span { border-color: #884388; }
span { border-color: rgb(136,67,136); }
td.TdClassName
{
border-color: #884388;
}
.TagClassName
{
border-color: #884388;
}
</style>