Shades of Vivid Violet #823581
Tints of Vivid Violet #823581
RGB
CMYK
RGB Variations
Color information
#823581 (or 0x823581) is known color: Vivid Violet. HEX triplet: 82, 35 and 81. RGB value is (130,53,129). Sum of RGB (Red+Green+Blue) = 130+53+129=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #823581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823581 is #7DCA7E. Grayscale: #545454. Windows color (decimal): -8243839 or 8467842. OLE color: 8467842.
HSL color Cylindrical-coordinate representation of color #823581: hue angle of 300.78º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #823581 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 53 | 129 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.49 |
| HSL | 300.78º | 0.42% | 0.36% | - |
| HSV(B) | 300.78º | 0.59% | 0.51% | - |
| XYZ | 14.44 | 8.88 | 21.72 | - |
| YUV | 84.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 129 | 0 | 0.59 | 0.01 | 0.49 | 300.78 | 0.42 | 0.36 |
| Hex | 82 | 35 | 81 | 0 | 3B | 1 | 31 | 12D | 2A | 24 |
| Octal | 202 | 65 | 201 | 0 | 73 | 1 | 61 | 455 | 52 | 44 |
| Binary | 10000010 | 110101 | 10000001 | 0 | 111011 | 1 | 110001 | 100101101 | 101010 | 100100 |
Color Harmonies of #823581
Complementary color
Monochromatic Colors of #823581
Black with #823581
Text Example
Text Example
White with #823581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823581; }
p { color: rgb(130,53,129); }
H1.HeaderClassName
{
color: #823581;
}
.AnyTagClassName
{
color: #823581;
}
</style>
background-color css
<style>
a { background-color: #823581; }
a { background-color: rgb(130,53,129); }
div.DivClassName
{
background-color: #823581;
}
.BgClassName
{
background-color: #823581;
}
</style>
border-color css
<style>
span { border-color: #823581; }
span { border-color: rgb(130,53,129); }
td.TdClassName
{
border-color: #823581;
}
.TagClassName
{
border-color: #823581;
}
</style>