Shades of Vivid Violet #843385
Tints of Vivid Violet #843385
RGB
CMYK
RGB Variations
Color information
#843385 (or 0x843385) is known color: Vivid Violet. HEX triplet: 84, 33 and 85. RGB value is (132,51,133). Sum of RGB (Red+Green+Blue) = 132+51+133=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #843385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843385 is #7BCC7A. Grayscale: #545454. Windows color (decimal): -8113275 or 8729476. OLE color: 8729476.
HSL color Cylindrical-coordinate representation of color #843385: hue angle of 299.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843385 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 133 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.48 |
| HSL | 299.27º | 0.45% | 0.36% | - |
| HSV(B) | 299.27º | 0.62% | 0.52% | - |
| XYZ | 14.93 | 8.97 | 23.13 | - |
| YUV | 84.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 133 | 0.01 | 0.62 | 0 | 0.48 | 299.27 | 0.45 | 0.36 |
| Hex | 84 | 33 | 85 | 1 | 3E | 0 | 30 | 12B | 2D | 24 |
| Octal | 204 | 63 | 205 | 1 | 76 | 0 | 60 | 453 | 55 | 44 |
| Binary | 10000100 | 110011 | 10000101 | 1 | 111110 | 0 | 110000 | 100101011 | 101101 | 100100 |
Color Harmonies of #843385
Complementary color
Monochromatic Colors of #843385
Black with #843385
Text Example
Text Example
White with #843385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843385; }
p { color: rgb(132,51,133); }
H1.HeaderClassName
{
color: #843385;
}
.AnyTagClassName
{
color: #843385;
}
</style>
background-color css
<style>
a { background-color: #843385; }
a { background-color: rgb(132,51,133); }
div.DivClassName
{
background-color: #843385;
}
.BgClassName
{
background-color: #843385;
}
</style>
border-color css
<style>
span { border-color: #843385; }
span { border-color: rgb(132,51,133); }
td.TdClassName
{
border-color: #843385;
}
.TagClassName
{
border-color: #843385;
}
</style>