Shades of Vivid Violet #842B85
Tints of Vivid Violet #842B85
RGB
CMYK
RGB Variations
Color information
#842B85 (or 0x842B85) is known color: Vivid Violet. HEX triplet: 84, 2B and 85. RGB value is (132,43,133). Sum of RGB (Red+Green+Blue) = 132+43+133=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #842B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842B85 is #7BD47A. Grayscale: #4F4F4F. Windows color (decimal): -8115323 or 8727428. OLE color: 8727428.
HSL color Cylindrical-coordinate representation of color #842B85: hue angle of 299.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842B85 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 43 | 133 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.48 |
| HSL | 299.33º | 0.51% | 0.35% | - |
| HSV(B) | 299.33º | 0.68% | 0.52% | - |
| XYZ | 14.61 | 8.33 | 23.03 | - |
| YUV | 79.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 133 | 0.01 | 0.68 | 0 | 0.48 | 299.33 | 0.51 | 0.35 |
| Hex | 84 | 2B | 85 | 1 | 44 | 0 | 30 | 12B | 33 | 23 |
| Octal | 204 | 53 | 205 | 1 | 104 | 0 | 60 | 453 | 63 | 43 |
| Binary | 10000100 | 101011 | 10000101 | 1 | 1000100 | 0 | 110000 | 100101011 | 110011 | 100011 |
Color Harmonies of #842B85
Complementary color
Monochromatic Colors of #842B85
Black with #842B85
Text Example
Text Example
White with #842B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842B85; }
p { color: rgb(132,43,133); }
H1.HeaderClassName
{
color: #842B85;
}
.AnyTagClassName
{
color: #842B85;
}
</style>
background-color css
<style>
a { background-color: #842B85; }
a { background-color: rgb(132,43,133); }
div.DivClassName
{
background-color: #842B85;
}
.BgClassName
{
background-color: #842B85;
}
</style>
border-color css
<style>
span { border-color: #842B85; }
span { border-color: rgb(132,43,133); }
td.TdClassName
{
border-color: #842B85;
}
.TagClassName
{
border-color: #842B85;
}
</style>