Shades of Vivid Violet #823C87
Tints of Vivid Violet #823C87
RGB
CMYK
RGB Variations
Color information
#823C87 (or 0x823C87) is known color: Vivid Violet. HEX triplet: 82, 3C and 87. RGB value is (130,60,135). Sum of RGB (Red+Green+Blue) = 130+60+135=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #823C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823C87 is #7DC378. Grayscale: #595959. Windows color (decimal): -8242041 or 8862850. OLE color: 8862850.
HSL color Cylindrical-coordinate representation of color #823C87: hue angle of 296º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #823C87 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 60 | 135 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.47 |
| HSL | 296º | 0.38% | 0.38% | - |
| HSV(B) | 296º | 0.56% | 0.53% | - |
| XYZ | 15.19 | 9.73 | 24 | - |
| YUV | 89.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 135 | 0.04 | 0.56 | 0 | 0.47 | 296 | 0.38 | 0.38 |
| Hex | 82 | 3C | 87 | 4 | 38 | 0 | 2F | 128 | 26 | 26 |
| Octal | 202 | 74 | 207 | 4 | 70 | 0 | 57 | 450 | 46 | 46 |
| Binary | 10000010 | 111100 | 10000111 | 100 | 111000 | 0 | 101111 | 100101000 | 100110 | 100110 |
Color Harmonies of #823C87
Complementary color
Monochromatic Colors of #823C87
Black with #823C87
Text Example
Text Example
White with #823C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C87; }
p { color: rgb(130,60,135); }
H1.HeaderClassName
{
color: #823C87;
}
.AnyTagClassName
{
color: #823C87;
}
</style>
background-color css
<style>
a { background-color: #823C87; }
a { background-color: rgb(130,60,135); }
div.DivClassName
{
background-color: #823C87;
}
.BgClassName
{
background-color: #823C87;
}
</style>
border-color css
<style>
span { border-color: #823C87; }
span { border-color: rgb(130,60,135); }
td.TdClassName
{
border-color: #823C87;
}
.TagClassName
{
border-color: #823C87;
}
</style>