Shades of Vivid Violet #823E8C
Tints of Vivid Violet #823E8C
RGB
CMYK
RGB Variations
Color information
#823E8C (or 0x823E8C) is known color: Vivid Violet. HEX triplet: 82, 3E and 8C. RGB value is (130,62,140). Sum of RGB (Red+Green+Blue) = 130+62+140=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #823E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823E8C is #7DC173. Grayscale: #5A5A5A. Windows color (decimal): -8241524 or 9191042. OLE color: 9191042.
HSL color Cylindrical-coordinate representation of color #823E8C: hue angle of 292.31º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #823E8C is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 62 | 140 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.45 |
| HSL | 292.31º | 0.39% | 0.4% | - |
| HSV(B) | 292.31º | 0.56% | 0.55% | - |
| XYZ | 15.66 | 10.08 | 25.93 | - |
| YUV | 91.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 140 | 0.07 | 0.56 | 0 | 0.45 | 292.31 | 0.39 | 0.4 |
| Hex | 82 | 3E | 8C | 7 | 38 | 0 | 2D | 124 | 27 | 28 |
| Octal | 202 | 76 | 214 | 7 | 70 | 0 | 55 | 444 | 47 | 50 |
| Binary | 10000010 | 111110 | 10001100 | 111 | 111000 | 0 | 101101 | 100100100 | 100111 | 101000 |
Color Harmonies of #823E8C
Complementary color
Monochromatic Colors of #823E8C
Black with #823E8C
Text Example
Text Example
White with #823E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823E8C; }
p { color: rgb(130,62,140); }
H1.HeaderClassName
{
color: #823E8C;
}
.AnyTagClassName
{
color: #823E8C;
}
</style>
background-color css
<style>
a { background-color: #823E8C; }
a { background-color: rgb(130,62,140); }
div.DivClassName
{
background-color: #823E8C;
}
.BgClassName
{
background-color: #823E8C;
}
</style>
border-color css
<style>
span { border-color: #823E8C; }
span { border-color: rgb(130,62,140); }
td.TdClassName
{
border-color: #823E8C;
}
.TagClassName
{
border-color: #823E8C;
}
</style>