Shades of Vivid Violet #823682
Tints of Vivid Violet #823682
RGB
CMYK
RGB Variations
Color information
#823682 (or 0x823682) is known color: Vivid Violet. HEX triplet: 82, 36 and 82. RGB value is (130,54,130). Sum of RGB (Red+Green+Blue) = 130+54+130=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #823682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823682 is #7DC97D. Grayscale: #555555. Windows color (decimal): -8243582 or 8533634. OLE color: 8533634.
HSL color Cylindrical-coordinate representation of color #823682: hue angle of 300º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823682 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 130 | - |
| CMYK | 0 | 0.58 | 0 | 0.49 |
| HSL | 300º | 0.41% | 0.36% | - |
| HSV(B) | 300º | 0.58% | 0.51% | - |
| XYZ | 14.55 | 9 | 22.09 | - |
| YUV | 85.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 130 | 0 | 0.58 | 0 | 0.49 | 300 | 0.41 | 0.36 |
| Hex | 82 | 36 | 82 | 0 | 3A | 0 | 31 | 12C | 29 | 24 |
| Octal | 202 | 66 | 202 | 0 | 72 | 0 | 61 | 454 | 51 | 44 |
| Binary | 10000010 | 110110 | 10000010 | 0 | 111010 | 0 | 110001 | 100101100 | 101001 | 100100 |
Color Harmonies of #823682
Complementary color
Monochromatic Colors of #823682
Black with #823682
Text Example
Text Example
White with #823682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823682; }
p { color: rgb(130,54,130); }
H1.HeaderClassName
{
color: #823682;
}
.AnyTagClassName
{
color: #823682;
}
</style>
background-color css
<style>
a { background-color: #823682; }
a { background-color: rgb(130,54,130); }
div.DivClassName
{
background-color: #823682;
}
.BgClassName
{
background-color: #823682;
}
</style>
border-color css
<style>
span { border-color: #823682; }
span { border-color: rgb(130,54,130); }
td.TdClassName
{
border-color: #823682;
}
.TagClassName
{
border-color: #823682;
}
</style>