Shades of Vivid Violet #884285
Tints of Vivid Violet #884285
RGB
CMYK
RGB Variations
Color information
#884285 (or 0x884285) is known color: Vivid Violet. HEX triplet: 88, 42 and 85. RGB value is (136,66,133). Sum of RGB (Red+Green+Blue) = 136+66+133=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884285 is #77BD7A. Grayscale: #5E5E5E. Windows color (decimal): -7847291 or 8733320. OLE color: 8733320.
HSL color Cylindrical-coordinate representation of color #884285: hue angle of 302.57º degrees, saturation: 0.35, 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 #884285 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 133 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.47 |
| HSL | 302.57º | 0.35% | 0.4% | - |
| HSV(B) | 302.57º | 0.51% | 0.53% | - |
| XYZ | 16.34 | 10.82 | 23.42 | - |
| YUV | 94.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 133 | 0 | 0.51 | 0.02 | 0.47 | 302.57 | 0.35 | 0.4 |
| Hex | 88 | 42 | 85 | 0 | 33 | 2 | 2F | 12F | 23 | 28 |
| Octal | 210 | 102 | 205 | 0 | 63 | 2 | 57 | 457 | 43 | 50 |
| Binary | 10001000 | 1000010 | 10000101 | 0 | 110011 | 10 | 101111 | 100101111 | 100011 | 101000 |
Color Harmonies of #884285
Complementary color
Monochromatic Colors of #884285
Black with #884285
Text Example
Text Example
White with #884285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884285; }
p { color: rgb(136,66,133); }
H1.HeaderClassName
{
color: #884285;
}
.AnyTagClassName
{
color: #884285;
}
</style>
background-color css
<style>
a { background-color: #884285; }
a { background-color: rgb(136,66,133); }
div.DivClassName
{
background-color: #884285;
}
.BgClassName
{
background-color: #884285;
}
</style>
border-color css
<style>
span { border-color: #884285; }
span { border-color: rgb(136,66,133); }
td.TdClassName
{
border-color: #884285;
}
.TagClassName
{
border-color: #884285;
}
</style>