Shades of Vivid Violet #824587
Tints of Vivid Violet #824587
RGB
CMYK
RGB Variations
Color information
#824587 (or 0x824587) is known color: Vivid Violet. HEX triplet: 82, 45 and 87. RGB value is (130,69,135). Sum of RGB (Red+Green+Blue) = 130+69+135=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #824587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824587 is #7DBA78. Grayscale: #5E5E5E. Windows color (decimal): -8239737 or 8865154. OLE color: 8865154.
HSL color Cylindrical-coordinate representation of color #824587: hue angle of 295.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824587 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 69 | 135 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.47 |
| HSL | 295.45º | 0.32% | 0.4% | - |
| HSV(B) | 295.45º | 0.49% | 0.53% | - |
| XYZ | 15.71 | 10.75 | 24.17 | - |
| YUV | 94.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 135 | 0.04 | 0.49 | 0 | 0.47 | 295.45 | 0.32 | 0.4 |
| Hex | 82 | 45 | 87 | 4 | 31 | 0 | 2F | 127 | 20 | 28 |
| Octal | 202 | 105 | 207 | 4 | 61 | 0 | 57 | 447 | 40 | 50 |
| Binary | 10000010 | 1000101 | 10000111 | 100 | 110001 | 0 | 101111 | 100100111 | 100000 | 101000 |
Color Harmonies of #824587
Complementary color
Monochromatic Colors of #824587
Black with #824587
Text Example
Text Example
White with #824587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824587; }
p { color: rgb(130,69,135); }
H1.HeaderClassName
{
color: #824587;
}
.AnyTagClassName
{
color: #824587;
}
</style>
background-color css
<style>
a { background-color: #824587; }
a { background-color: rgb(130,69,135); }
div.DivClassName
{
background-color: #824587;
}
.BgClassName
{
background-color: #824587;
}
</style>
border-color css
<style>
span { border-color: #824587; }
span { border-color: rgb(130,69,135); }
td.TdClassName
{
border-color: #824587;
}
.TagClassName
{
border-color: #824587;
}
</style>