Shades of Vivid Violet #824187
Tints of Vivid Violet #824187
RGB
CMYK
RGB Variations
Color information
#824187 (or 0x824187) is known color: Vivid Violet. HEX triplet: 82, 41 and 87. RGB value is (130,65,135). Sum of RGB (Red+Green+Blue) = 130+65+135=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #824187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824187 is #7DBE78. Grayscale: #5C5C5C. Windows color (decimal): -8240761 or 8864130. OLE color: 8864130.
HSL color Cylindrical-coordinate representation of color #824187: hue angle of 295.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824187 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 65 | 135 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.47 |
| HSL | 295.71º | 0.35% | 0.39% | - |
| HSV(B) | 295.71º | 0.52% | 0.53% | - |
| XYZ | 15.47 | 10.28 | 24.09 | - |
| YUV | 92.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 135 | 0.04 | 0.52 | 0 | 0.47 | 295.71 | 0.35 | 0.39 |
| Hex | 82 | 41 | 87 | 4 | 34 | 0 | 2F | 128 | 23 | 27 |
| Octal | 202 | 101 | 207 | 4 | 64 | 0 | 57 | 450 | 43 | 47 |
| Binary | 10000010 | 1000001 | 10000111 | 100 | 110100 | 0 | 101111 | 100101000 | 100011 | 100111 |
Color Harmonies of #824187
Complementary color
Monochromatic Colors of #824187
Black with #824187
Text Example
Text Example
White with #824187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824187; }
p { color: rgb(130,65,135); }
H1.HeaderClassName
{
color: #824187;
}
.AnyTagClassName
{
color: #824187;
}
</style>
background-color css
<style>
a { background-color: #824187; }
a { background-color: rgb(130,65,135); }
div.DivClassName
{
background-color: #824187;
}
.BgClassName
{
background-color: #824187;
}
</style>
border-color css
<style>
span { border-color: #824187; }
span { border-color: rgb(130,65,135); }
td.TdClassName
{
border-color: #824187;
}
.TagClassName
{
border-color: #824187;
}
</style>