Shades of Vivid Violet #824B8B
Tints of Vivid Violet #824B8B
RGB
CMYK
RGB Variations
Color information
#824B8B (or 0x824B8B) is known color: Vivid Violet. HEX triplet: 82, 4B and 8B. RGB value is (130,75,139). Sum of RGB (Red+Green+Blue) = 130+75+139=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #824B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B8B is #7DB474. Grayscale: #626262. Windows color (decimal): -8238197 or 9128834. OLE color: 9128834.
HSL color Cylindrical-coordinate representation of color #824B8B: hue angle of 291.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824B8B is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 75 | 139 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.45 |
| HSL | 291.56º | 0.3% | 0.42% | - |
| HSV(B) | 291.56º | 0.46% | 0.55% | - |
| XYZ | 16.38 | 11.64 | 25.81 | - |
| YUV | 98.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 139 | 0.06 | 0.46 | 0 | 0.45 | 291.56 | 0.3 | 0.42 |
| Hex | 82 | 4B | 8B | 6 | 2E | 0 | 2D | 124 | 1E | 2A |
| Octal | 202 | 113 | 213 | 6 | 56 | 0 | 55 | 444 | 36 | 52 |
| Binary | 10000010 | 1001011 | 10001011 | 110 | 101110 | 0 | 101101 | 100100100 | 11110 | 101010 |
Color Harmonies of #824B8B
Complementary color
Monochromatic Colors of #824B8B
Black with #824B8B
Text Example
Text Example
White with #824B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B8B; }
p { color: rgb(130,75,139); }
H1.HeaderClassName
{
color: #824B8B;
}
.AnyTagClassName
{
color: #824B8B;
}
</style>
background-color css
<style>
a { background-color: #824B8B; }
a { background-color: rgb(130,75,139); }
div.DivClassName
{
background-color: #824B8B;
}
.BgClassName
{
background-color: #824B8B;
}
</style>
border-color css
<style>
span { border-color: #824B8B; }
span { border-color: rgb(130,75,139); }
td.TdClassName
{
border-color: #824B8B;
}
.TagClassName
{
border-color: #824B8B;
}
</style>