Shades of Vivid Violet #824A8B
Tints of Vivid Violet #824A8B
RGB
CMYK
RGB Variations
Color information
#824A8B (or 0x824A8B) is known color: Vivid Violet. HEX triplet: 82, 4A and 8B. RGB value is (130,74,139). Sum of RGB (Red+Green+Blue) = 130+74+139=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #824A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824A8B is #7DB574. Grayscale: #616161. Windows color (decimal): -8238453 or 9128578. OLE color: 9128578.
HSL color Cylindrical-coordinate representation of color #824A8B: hue angle of 291.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824A8B is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 74 | 139 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.45 |
| HSL | 291.69º | 0.31% | 0.42% | - |
| HSV(B) | 291.69º | 0.47% | 0.55% | - |
| XYZ | 16.31 | 11.51 | 25.79 | - |
| YUV | 98.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 139 | 0.06 | 0.47 | 0 | 0.45 | 291.69 | 0.31 | 0.42 |
| Hex | 82 | 4A | 8B | 6 | 2F | 0 | 2D | 124 | 1F | 2A |
| Octal | 202 | 112 | 213 | 6 | 57 | 0 | 55 | 444 | 37 | 52 |
| Binary | 10000010 | 1001010 | 10001011 | 110 | 101111 | 0 | 101101 | 100100100 | 11111 | 101010 |
Color Harmonies of #824A8B
Complementary color
Monochromatic Colors of #824A8B
Black with #824A8B
Text Example
Text Example
White with #824A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A8B; }
p { color: rgb(130,74,139); }
H1.HeaderClassName
{
color: #824A8B;
}
.AnyTagClassName
{
color: #824A8B;
}
</style>
background-color css
<style>
a { background-color: #824A8B; }
a { background-color: rgb(130,74,139); }
div.DivClassName
{
background-color: #824A8B;
}
.BgClassName
{
background-color: #824A8B;
}
</style>
border-color css
<style>
span { border-color: #824A8B; }
span { border-color: rgb(130,74,139); }
td.TdClassName
{
border-color: #824A8B;
}
.TagClassName
{
border-color: #824A8B;
}
</style>