Shades of Vivid Violet #844085
Tints of Vivid Violet #844085
RGB
CMYK
RGB Variations
Color information
#844085 (or 0x844085) is known color: Vivid Violet. HEX triplet: 84, 40 and 85. RGB value is (132,64,133). Sum of RGB (Red+Green+Blue) = 132+64+133=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #844085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844085 is #7BBF7A. Grayscale: #5B5B5B. Windows color (decimal): -8109947 or 8732804. OLE color: 8732804.
HSL color Cylindrical-coordinate representation of color #844085: hue angle of 299.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844085 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 133 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.48 |
| HSL | 299.13º | 0.35% | 0.39% | - |
| HSV(B) | 299.13º | 0.52% | 0.52% | - |
| XYZ | 15.58 | 10.27 | 23.35 | - |
| YUV | 92.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 133 | 0.01 | 0.52 | 0 | 0.48 | 299.13 | 0.35 | 0.39 |
| Hex | 84 | 40 | 85 | 1 | 34 | 0 | 30 | 12B | 23 | 27 |
| Octal | 204 | 100 | 205 | 1 | 64 | 0 | 60 | 453 | 43 | 47 |
| Binary | 10000100 | 1000000 | 10000101 | 1 | 110100 | 0 | 110000 | 100101011 | 100011 | 100111 |
Color Harmonies of #844085
Complementary color
Monochromatic Colors of #844085
Black with #844085
Text Example
Text Example
White with #844085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844085; }
p { color: rgb(132,64,133); }
H1.HeaderClassName
{
color: #844085;
}
.AnyTagClassName
{
color: #844085;
}
</style>
background-color css
<style>
a { background-color: #844085; }
a { background-color: rgb(132,64,133); }
div.DivClassName
{
background-color: #844085;
}
.BgClassName
{
background-color: #844085;
}
</style>
border-color css
<style>
span { border-color: #844085; }
span { border-color: rgb(132,64,133); }
td.TdClassName
{
border-color: #844085;
}
.TagClassName
{
border-color: #844085;
}
</style>