Shades of Vivid Violet #824889
Tints of Vivid Violet #824889
RGB
CMYK
RGB Variations
Color information
#824889 (or 0x824889) is known color: Vivid Violet. HEX triplet: 82, 48 and 89. RGB value is (130,72,137). Sum of RGB (Red+Green+Blue) = 130+72+137=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #824889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824889 is #7DB776. Grayscale: #606060. Windows color (decimal): -8238967 or 8996994. OLE color: 8996994.
HSL color Cylindrical-coordinate representation of color #824889: hue angle of 293.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824889 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 72 | 137 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.46 |
| HSL | 293.54º | 0.31% | 0.41% | - |
| HSV(B) | 293.54º | 0.47% | 0.54% | - |
| XYZ | 16.04 | 11.19 | 24.98 | - |
| YUV | 96.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 137 | 0.05 | 0.47 | 0 | 0.46 | 293.54 | 0.31 | 0.41 |
| Hex | 82 | 48 | 89 | 5 | 2F | 0 | 2E | 126 | 1F | 29 |
| Octal | 202 | 110 | 211 | 5 | 57 | 0 | 56 | 446 | 37 | 51 |
| Binary | 10000010 | 1001000 | 10001001 | 101 | 101111 | 0 | 101110 | 100100110 | 11111 | 101001 |
Color Harmonies of #824889
Complementary color
Monochromatic Colors of #824889
Black with #824889
Text Example
Text Example
White with #824889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824889; }
p { color: rgb(130,72,137); }
H1.HeaderClassName
{
color: #824889;
}
.AnyTagClassName
{
color: #824889;
}
</style>
background-color css
<style>
a { background-color: #824889; }
a { background-color: rgb(130,72,137); }
div.DivClassName
{
background-color: #824889;
}
.BgClassName
{
background-color: #824889;
}
</style>
border-color css
<style>
span { border-color: #824889; }
span { border-color: rgb(130,72,137); }
td.TdClassName
{
border-color: #824889;
}
.TagClassName
{
border-color: #824889;
}
</style>