Shades of Vivid Violet #844893
Tints of Vivid Violet #844893
RGB
CMYK
RGB Variations
Color information
#844893 (or 0x844893) is known color: Vivid Violet. HEX triplet: 84, 48 and 93. RGB value is (132,72,147). Sum of RGB (Red+Green+Blue) = 132+72+147=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #844893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844893 is #7BB76C. Grayscale: #626262. Windows color (decimal): -8107885 or 9652356. OLE color: 9652356.
HSL color Cylindrical-coordinate representation of color #844893: hue angle of 288º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844893 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 72 | 147 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.42 |
| HSL | 288º | 0.34% | 0.43% | - |
| HSV(B) | 288º | 0.51% | 0.58% | - |
| XYZ | 17.1 | 11.65 | 28.95 | - |
| YUV | 98.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 147 | 0.10 | 0.51 | 0 | 0.42 | 288 | 0.34 | 0.43 |
| Hex | 84 | 48 | 93 | A | 33 | 0 | 2A | 120 | 22 | 2B |
| Octal | 204 | 110 | 223 | 12 | 63 | 0 | 52 | 440 | 42 | 53 |
| Binary | 10000100 | 1001000 | 10010011 | 1010 | 110011 | 0 | 101010 | 100100000 | 100010 | 101011 |
Color Harmonies of #844893
Complementary color
Monochromatic Colors of #844893
Black with #844893
Text Example
Text Example
White with #844893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844893; }
p { color: rgb(132,72,147); }
H1.HeaderClassName
{
color: #844893;
}
.AnyTagClassName
{
color: #844893;
}
</style>
background-color css
<style>
a { background-color: #844893; }
a { background-color: rgb(132,72,147); }
div.DivClassName
{
background-color: #844893;
}
.BgClassName
{
background-color: #844893;
}
</style>
border-color css
<style>
span { border-color: #844893; }
span { border-color: rgb(132,72,147); }
td.TdClassName
{
border-color: #844893;
}
.TagClassName
{
border-color: #844893;
}
</style>