Shades of Vivid Violet #824385
Tints of Vivid Violet #824385
RGB
CMYK
RGB Variations
Color information
#824385 (or 0x824385) is known color: Vivid Violet. HEX triplet: 82, 43 and 85. RGB value is (130,67,133). Sum of RGB (Red+Green+Blue) = 130+67+133=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #824385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824385 is #7DBC7A. Grayscale: #5D5D5D. Windows color (decimal): -8240251 or 8733570. OLE color: 8733570.
HSL color Cylindrical-coordinate representation of color #824385: hue angle of 297.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824385 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 67 | 133 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.48 |
| HSL | 297.27º | 0.33% | 0.39% | - |
| HSV(B) | 297.27º | 0.5% | 0.52% | - |
| XYZ | 15.45 | 10.45 | 23.39 | - |
| YUV | 93.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 133 | 0.02 | 0.50 | 0 | 0.48 | 297.27 | 0.33 | 0.39 |
| Hex | 82 | 43 | 85 | 2 | 32 | 0 | 30 | 129 | 21 | 27 |
| Octal | 202 | 103 | 205 | 2 | 62 | 0 | 60 | 451 | 41 | 47 |
| Binary | 10000010 | 1000011 | 10000101 | 10 | 110010 | 0 | 110000 | 100101001 | 100001 | 100111 |
Color Harmonies of #824385
Complementary color
Monochromatic Colors of #824385
Black with #824385
Text Example
Text Example
White with #824385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824385; }
p { color: rgb(130,67,133); }
H1.HeaderClassName
{
color: #824385;
}
.AnyTagClassName
{
color: #824385;
}
</style>
background-color css
<style>
a { background-color: #824385; }
a { background-color: rgb(130,67,133); }
div.DivClassName
{
background-color: #824385;
}
.BgClassName
{
background-color: #824385;
}
</style>
border-color css
<style>
span { border-color: #824385; }
span { border-color: rgb(130,67,133); }
td.TdClassName
{
border-color: #824385;
}
.TagClassName
{
border-color: #824385;
}
</style>