Shades of Vivid Violet #824B8D
Tints of Vivid Violet #824B8D
RGB
CMYK
RGB Variations
Color information
#824B8D (or 0x824B8D) is known color: Vivid Violet. HEX triplet: 82, 4B and 8D. RGB value is (130,75,141). Sum of RGB (Red+Green+Blue) = 130+75+141=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #824B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B8D is #7DB472. Grayscale: #626262. Windows color (decimal): -8238195 or 9259906. OLE color: 9259906.
HSL color Cylindrical-coordinate representation of color #824B8D: hue angle of 290º 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 #824B8D is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 75 | 141 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.45 |
| HSL | 290º | 0.31% | 0.42% | - |
| HSV(B) | 290º | 0.47% | 0.55% | - |
| XYZ | 16.53 | 11.7 | 26.59 | - |
| YUV | 98.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 141 | 0.08 | 0.47 | 0 | 0.45 | 290 | 0.31 | 0.42 |
| Hex | 82 | 4B | 8D | 8 | 2F | 0 | 2D | 122 | 1F | 2A |
| Octal | 202 | 113 | 215 | 10 | 57 | 0 | 55 | 442 | 37 | 52 |
| Binary | 10000010 | 1001011 | 10001101 | 1000 | 101111 | 0 | 101101 | 100100010 | 11111 | 101010 |
Color Harmonies of #824B8D
Complementary color
Monochromatic Colors of #824B8D
Black with #824B8D
Text Example
Text Example
White with #824B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B8D; }
p { color: rgb(130,75,141); }
H1.HeaderClassName
{
color: #824B8D;
}
.AnyTagClassName
{
color: #824B8D;
}
</style>
background-color css
<style>
a { background-color: #824B8D; }
a { background-color: rgb(130,75,141); }
div.DivClassName
{
background-color: #824B8D;
}
.BgClassName
{
background-color: #824B8D;
}
</style>
border-color css
<style>
span { border-color: #824B8D; }
span { border-color: rgb(130,75,141); }
td.TdClassName
{
border-color: #824B8D;
}
.TagClassName
{
border-color: #824B8D;
}
</style>