Shades of Vivid Violet #884185
Tints of Vivid Violet #884185
RGB
CMYK
RGB Variations
Color information
#884185 (or 0x884185) is known color: Vivid Violet. HEX triplet: 88, 41 and 85. RGB value is (136,65,133). Sum of RGB (Red+Green+Blue) = 136+65+133=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #884185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884185 is #77BE7A. Grayscale: #5D5D5D. Windows color (decimal): -7847547 or 8733064. OLE color: 8733064.
HSL color Cylindrical-coordinate representation of color #884185: hue angle of 302.54º 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 #884185 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 133 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.47 |
| HSL | 302.54º | 0.35% | 0.39% | - |
| HSV(B) | 302.54º | 0.52% | 0.53% | - |
| XYZ | 16.28 | 10.71 | 23.4 | - |
| YUV | 93.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 133 | 0 | 0.52 | 0.02 | 0.47 | 302.54 | 0.35 | 0.39 |
| Hex | 88 | 41 | 85 | 0 | 34 | 2 | 2F | 12F | 23 | 27 |
| Octal | 210 | 101 | 205 | 0 | 64 | 2 | 57 | 457 | 43 | 47 |
| Binary | 10001000 | 1000001 | 10000101 | 0 | 110100 | 10 | 101111 | 100101111 | 100011 | 100111 |
Color Harmonies of #884185
Complementary color
Monochromatic Colors of #884185
Black with #884185
Text Example
Text Example
White with #884185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884185; }
p { color: rgb(136,65,133); }
H1.HeaderClassName
{
color: #884185;
}
.AnyTagClassName
{
color: #884185;
}
</style>
background-color css
<style>
a { background-color: #884185; }
a { background-color: rgb(136,65,133); }
div.DivClassName
{
background-color: #884185;
}
.BgClassName
{
background-color: #884185;
}
</style>
border-color css
<style>
span { border-color: #884185; }
span { border-color: rgb(136,65,133); }
td.TdClassName
{
border-color: #884185;
}
.TagClassName
{
border-color: #884185;
}
</style>