Shades of Vivid Violet #824A88
Tints of Vivid Violet #824A88
RGB
CMYK
RGB Variations
Color information
#824A88 (or 0x824A88) is known color: Vivid Violet. HEX triplet: 82, 4A and 88. RGB value is (130,74,136). Sum of RGB (Red+Green+Blue) = 130+74+136=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #824A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A88 is #7DB577. Grayscale: #616161. Windows color (decimal): -8238456 or 8931970. OLE color: 8931970.
HSL color Cylindrical-coordinate representation of color #824A88: hue angle of 294.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824A88 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 74 | 136 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.47 |
| HSL | 294.19º | 0.3% | 0.41% | - |
| HSV(B) | 294.19º | 0.46% | 0.53% | - |
| XYZ | 16.1 | 11.42 | 24.65 | - |
| YUV | 97.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 136 | 0.04 | 0.46 | 0 | 0.47 | 294.19 | 0.3 | 0.41 |
| Hex | 82 | 4A | 88 | 4 | 2E | 0 | 2F | 126 | 1E | 29 |
| Octal | 202 | 112 | 210 | 4 | 56 | 0 | 57 | 446 | 36 | 51 |
| Binary | 10000010 | 1001010 | 10001000 | 100 | 101110 | 0 | 101111 | 100100110 | 11110 | 101001 |
Color Harmonies of #824A88
Complementary color
Monochromatic Colors of #824A88
Black with #824A88
Text Example
Text Example
White with #824A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A88; }
p { color: rgb(130,74,136); }
H1.HeaderClassName
{
color: #824A88;
}
.AnyTagClassName
{
color: #824A88;
}
</style>
background-color css
<style>
a { background-color: #824A88; }
a { background-color: rgb(130,74,136); }
div.DivClassName
{
background-color: #824A88;
}
.BgClassName
{
background-color: #824A88;
}
</style>
border-color css
<style>
span { border-color: #824A88; }
span { border-color: rgb(130,74,136); }
td.TdClassName
{
border-color: #824A88;
}
.TagClassName
{
border-color: #824A88;
}
</style>