Shades of Vivid Violet #844385
Tints of Vivid Violet #844385
RGB
CMYK
RGB Variations
Color information
#844385 (or 0x844385) is known color: Vivid Violet. HEX triplet: 84, 43 and 85. RGB value is (132,67,133). Sum of RGB (Red+Green+Blue) = 132+67+133=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #844385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844385 is #7BBC7A. Grayscale: #5D5D5D. Windows color (decimal): -8109179 or 8733572. OLE color: 8733572.
HSL color Cylindrical-coordinate representation of color #844385: hue angle of 299.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844385 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 133 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.48 |
| HSL | 299.09º | 0.33% | 0.39% | - |
| HSV(B) | 299.09º | 0.5% | 0.52% | - |
| XYZ | 15.76 | 10.61 | 23.41 | - |
| YUV | 93.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 133 | 0.01 | 0.50 | 0 | 0.48 | 299.09 | 0.33 | 0.39 |
| Hex | 84 | 43 | 85 | 1 | 32 | 0 | 30 | 12B | 21 | 27 |
| Octal | 204 | 103 | 205 | 1 | 62 | 0 | 60 | 453 | 41 | 47 |
| Binary | 10000100 | 1000011 | 10000101 | 1 | 110010 | 0 | 110000 | 100101011 | 100001 | 100111 |
Color Harmonies of #844385
Complementary color
Monochromatic Colors of #844385
Black with #844385
Text Example
Text Example
White with #844385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844385; }
p { color: rgb(132,67,133); }
H1.HeaderClassName
{
color: #844385;
}
.AnyTagClassName
{
color: #844385;
}
</style>
background-color css
<style>
a { background-color: #844385; }
a { background-color: rgb(132,67,133); }
div.DivClassName
{
background-color: #844385;
}
.BgClassName
{
background-color: #844385;
}
</style>
border-color css
<style>
span { border-color: #844385; }
span { border-color: rgb(132,67,133); }
td.TdClassName
{
border-color: #844385;
}
.TagClassName
{
border-color: #844385;
}
</style>