Shades of Vivid Violet #884384
Tints of Vivid Violet #884384
RGB
CMYK
RGB Variations
Color information
#884384 (or 0x884384) is known color: Vivid Violet. HEX triplet: 88, 43 and 84. RGB value is (136,67,132). Sum of RGB (Red+Green+Blue) = 136+67+132=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884384 is #77BC7B. Grayscale: #5E5E5E. Windows color (decimal): -7847036 or 8668040. OLE color: 8668040.
HSL color Cylindrical-coordinate representation of color #884384: hue angle of 303.48º 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 #884384 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 132 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.47 |
| HSL | 303.48º | 0.34% | 0.4% | - |
| HSV(B) | 303.48º | 0.51% | 0.53% | - |
| XYZ | 16.33 | 10.91 | 23.08 | - |
| YUV | 95.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 132 | 0 | 0.51 | 0.03 | 0.47 | 303.48 | 0.34 | 0.4 |
| Hex | 88 | 43 | 84 | 0 | 33 | 3 | 2F | 12F | 22 | 28 |
| Octal | 210 | 103 | 204 | 0 | 63 | 3 | 57 | 457 | 42 | 50 |
| Binary | 10001000 | 1000011 | 10000100 | 0 | 110011 | 11 | 101111 | 100101111 | 100010 | 101000 |
Color Harmonies of #884384
Complementary color
Monochromatic Colors of #884384
Black with #884384
Text Example
Text Example
White with #884384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884384; }
p { color: rgb(136,67,132); }
H1.HeaderClassName
{
color: #884384;
}
.AnyTagClassName
{
color: #884384;
}
</style>
background-color css
<style>
a { background-color: #884384; }
a { background-color: rgb(136,67,132); }
div.DivClassName
{
background-color: #884384;
}
.BgClassName
{
background-color: #884384;
}
</style>
border-color css
<style>
span { border-color: #884384; }
span { border-color: rgb(136,67,132); }
td.TdClassName
{
border-color: #884384;
}
.TagClassName
{
border-color: #884384;
}
</style>