Shades of Vivid Violet #824083
Tints of Vivid Violet #824083
RGB
CMYK
RGB Variations
Color information
#824083 (or 0x824083) is known color: Vivid Violet. HEX triplet: 82, 40 and 83. RGB value is (130,64,131). Sum of RGB (Red+Green+Blue) = 130+64+131=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #824083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824083 is #7DBF7C. Grayscale: #5B5B5B. Windows color (decimal): -8241021 or 8601730. OLE color: 8601730.
HSL color Cylindrical-coordinate representation of color #824083: hue angle of 299.1º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824083 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 131 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.49 |
| HSL | 299.1º | 0.34% | 0.38% | - |
| HSV(B) | 299.1º | 0.51% | 0.51% | - |
| XYZ | 15.14 | 10.05 | 22.62 | - |
| YUV | 91.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 131 | 0.01 | 0.51 | 0 | 0.49 | 299.1 | 0.34 | 0.38 |
| Hex | 82 | 40 | 83 | 1 | 33 | 0 | 31 | 12B | 22 | 26 |
| Octal | 202 | 100 | 203 | 1 | 63 | 0 | 61 | 453 | 42 | 46 |
| Binary | 10000010 | 1000000 | 10000011 | 1 | 110011 | 0 | 110001 | 100101011 | 100010 | 100110 |
Color Harmonies of #824083
Complementary color
Monochromatic Colors of #824083
Black with #824083
Text Example
Text Example
White with #824083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824083; }
p { color: rgb(130,64,131); }
H1.HeaderClassName
{
color: #824083;
}
.AnyTagClassName
{
color: #824083;
}
</style>
background-color css
<style>
a { background-color: #824083; }
a { background-color: rgb(130,64,131); }
div.DivClassName
{
background-color: #824083;
}
.BgClassName
{
background-color: #824083;
}
</style>
border-color css
<style>
span { border-color: #824083; }
span { border-color: rgb(130,64,131); }
td.TdClassName
{
border-color: #824083;
}
.TagClassName
{
border-color: #824083;
}
</style>