Shades of Vivid Violet #824389
Tints of Vivid Violet #824389
RGB
CMYK
RGB Variations
Color information
#824389 (or 0x824389) is known color: Vivid Violet. HEX triplet: 82, 43 and 89. RGB value is (130,67,137). Sum of RGB (Red+Green+Blue) = 130+67+137=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #824389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824389 is #7DBC76. Grayscale: #5D5D5D. Windows color (decimal): -8240247 or 8995714. OLE color: 8995714.
HSL color Cylindrical-coordinate representation of color #824389: hue angle of 294º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824389 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 67 | 137 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.46 |
| HSL | 294º | 0.34% | 0.4% | - |
| HSV(B) | 294º | 0.51% | 0.54% | - |
| XYZ | 15.73 | 10.57 | 24.88 | - |
| YUV | 93.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 137 | 0.05 | 0.51 | 0 | 0.46 | 294 | 0.34 | 0.4 |
| Hex | 82 | 43 | 89 | 5 | 33 | 0 | 2E | 126 | 22 | 28 |
| Octal | 202 | 103 | 211 | 5 | 63 | 0 | 56 | 446 | 42 | 50 |
| Binary | 10000010 | 1000011 | 10001001 | 101 | 110011 | 0 | 101110 | 100100110 | 100010 | 101000 |
Color Harmonies of #824389
Complementary color
Monochromatic Colors of #824389
Black with #824389
Text Example
Text Example
White with #824389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824389; }
p { color: rgb(130,67,137); }
H1.HeaderClassName
{
color: #824389;
}
.AnyTagClassName
{
color: #824389;
}
</style>
background-color css
<style>
a { background-color: #824389; }
a { background-color: rgb(130,67,137); }
div.DivClassName
{
background-color: #824389;
}
.BgClassName
{
background-color: #824389;
}
</style>
border-color css
<style>
span { border-color: #824389; }
span { border-color: rgb(130,67,137); }
td.TdClassName
{
border-color: #824389;
}
.TagClassName
{
border-color: #824389;
}
</style>