Shades of Vivid Violet #843C85
Tints of Vivid Violet #843C85
RGB
CMYK
RGB Variations
Color information
#843C85 (or 0x843C85) is known color: Vivid Violet. HEX triplet: 84, 3C and 85. RGB value is (132,60,133). Sum of RGB (Red+Green+Blue) = 132+60+133=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #843C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843C85 is #7BC37A. Grayscale: #595959. Windows color (decimal): -8110971 or 8731780. OLE color: 8731780.
HSL color Cylindrical-coordinate representation of color #843C85: hue angle of 299.18º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #843C85 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 133 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.48 |
| HSL | 299.18º | 0.38% | 0.38% | - |
| HSV(B) | 299.18º | 0.55% | 0.52% | - |
| XYZ | 15.37 | 9.83 | 23.28 | - |
| YUV | 89.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 133 | 0.01 | 0.55 | 0 | 0.48 | 299.18 | 0.38 | 0.38 |
| Hex | 84 | 3C | 85 | 1 | 37 | 0 | 30 | 12B | 26 | 26 |
| Octal | 204 | 74 | 205 | 1 | 67 | 0 | 60 | 453 | 46 | 46 |
| Binary | 10000100 | 111100 | 10000101 | 1 | 110111 | 0 | 110000 | 100101011 | 100110 | 100110 |
Color Harmonies of #843C85
Complementary color
Monochromatic Colors of #843C85
Black with #843C85
Text Example
Text Example
White with #843C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C85; }
p { color: rgb(132,60,133); }
H1.HeaderClassName
{
color: #843C85;
}
.AnyTagClassName
{
color: #843C85;
}
</style>
background-color css
<style>
a { background-color: #843C85; }
a { background-color: rgb(132,60,133); }
div.DivClassName
{
background-color: #843C85;
}
.BgClassName
{
background-color: #843C85;
}
</style>
border-color css
<style>
span { border-color: #843C85; }
span { border-color: rgb(132,60,133); }
td.TdClassName
{
border-color: #843C85;
}
.TagClassName
{
border-color: #843C85;
}
</style>