Shades of Vivid Violet #823985
Tints of Vivid Violet #823985
RGB
CMYK
RGB Variations
Color information
#823985 (or 0x823985) is known color: Vivid Violet. HEX triplet: 82, 39 and 85. RGB value is (130,57,133). Sum of RGB (Red+Green+Blue) = 130+57+133=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #823985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823985 is #7DC67A. Grayscale: #575757. Windows color (decimal): -8242811 or 8731010. OLE color: 8731010.
HSL color Cylindrical-coordinate representation of color #823985: hue angle of 297.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823985 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 57 | 133 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.48 |
| HSL | 297.63º | 0.4% | 0.37% | - |
| HSV(B) | 297.63º | 0.57% | 0.52% | - |
| XYZ | 14.9 | 9.37 | 23.21 | - |
| YUV | 87.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 133 | 0.02 | 0.57 | 0 | 0.48 | 297.63 | 0.4 | 0.37 |
| Hex | 82 | 39 | 85 | 2 | 39 | 0 | 30 | 12A | 28 | 25 |
| Octal | 202 | 71 | 205 | 2 | 71 | 0 | 60 | 452 | 50 | 45 |
| Binary | 10000010 | 111001 | 10000101 | 10 | 111001 | 0 | 110000 | 100101010 | 101000 | 100101 |
Color Harmonies of #823985
Complementary color
Monochromatic Colors of #823985
Black with #823985
Text Example
Text Example
White with #823985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823985; }
p { color: rgb(130,57,133); }
H1.HeaderClassName
{
color: #823985;
}
.AnyTagClassName
{
color: #823985;
}
</style>
background-color css
<style>
a { background-color: #823985; }
a { background-color: rgb(130,57,133); }
div.DivClassName
{
background-color: #823985;
}
.BgClassName
{
background-color: #823985;
}
</style>
border-color css
<style>
span { border-color: #823985; }
span { border-color: rgb(130,57,133); }
td.TdClassName
{
border-color: #823985;
}
.TagClassName
{
border-color: #823985;
}
</style>