Shades of Vivid Violet #824488
Tints of Vivid Violet #824488
RGB
CMYK
RGB Variations
Color information
#824488 (or 0x824488) is known color: Vivid Violet. HEX triplet: 82, 44 and 88. RGB value is (130,68,136). Sum of RGB (Red+Green+Blue) = 130+68+136=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #824488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824488 is #7DBB77. Grayscale: #5E5E5E. Windows color (decimal): -8239992 or 8930434. OLE color: 8930434.
HSL color Cylindrical-coordinate representation of color #824488: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824488 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 68 | 136 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.47 |
| HSL | 294.71º | 0.33% | 0.4% | - |
| HSV(B) | 294.71º | 0.5% | 0.53% | - |
| XYZ | 15.72 | 10.66 | 24.52 | - |
| YUV | 94.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 136 | 0.04 | 0.50 | 0 | 0.47 | 294.71 | 0.33 | 0.4 |
| Hex | 82 | 44 | 88 | 4 | 32 | 0 | 2F | 127 | 21 | 28 |
| Octal | 202 | 104 | 210 | 4 | 62 | 0 | 57 | 447 | 41 | 50 |
| Binary | 10000010 | 1000100 | 10001000 | 100 | 110010 | 0 | 101111 | 100100111 | 100001 | 101000 |
Color Harmonies of #824488
Complementary color
Monochromatic Colors of #824488
Black with #824488
Text Example
Text Example
White with #824488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824488; }
p { color: rgb(130,68,136); }
H1.HeaderClassName
{
color: #824488;
}
.AnyTagClassName
{
color: #824488;
}
</style>
background-color css
<style>
a { background-color: #824488; }
a { background-color: rgb(130,68,136); }
div.DivClassName
{
background-color: #824488;
}
.BgClassName
{
background-color: #824488;
}
</style>
border-color css
<style>
span { border-color: #824488; }
span { border-color: rgb(130,68,136); }
td.TdClassName
{
border-color: #824488;
}
.TagClassName
{
border-color: #824488;
}
</style>