Shades of Vivid Violet #823089
Tints of Vivid Violet #823089
RGB
CMYK
RGB Variations
Color information
#823089 (or 0x823089) is known color: Vivid Violet. HEX triplet: 82, 30 and 89. RGB value is (130,48,137). Sum of RGB (Red+Green+Blue) = 130+48+137=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #823089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823089 is #7DCF76. Grayscale: #525252. Windows color (decimal): -8245111 or 8990850. OLE color: 8990850.
HSL color Cylindrical-coordinate representation of color #823089: hue angle of 295.28º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823089 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 48 | 137 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.46 |
| HSL | 295.28º | 0.48% | 0.36% | - |
| HSV(B) | 295.28º | 0.65% | 0.54% | - |
| XYZ | 14.78 | 8.67 | 24.56 | - |
| YUV | 82.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 137 | 0.05 | 0.65 | 0 | 0.46 | 295.28 | 0.48 | 0.36 |
| Hex | 82 | 30 | 89 | 5 | 41 | 0 | 2E | 127 | 30 | 24 |
| Octal | 202 | 60 | 211 | 5 | 101 | 0 | 56 | 447 | 60 | 44 |
| Binary | 10000010 | 110000 | 10001001 | 101 | 1000001 | 0 | 101110 | 100100111 | 110000 | 100100 |
Color Harmonies of #823089
Complementary color
Monochromatic Colors of #823089
Black with #823089
Text Example
Text Example
White with #823089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823089; }
p { color: rgb(130,48,137); }
H1.HeaderClassName
{
color: #823089;
}
.AnyTagClassName
{
color: #823089;
}
</style>
background-color css
<style>
a { background-color: #823089; }
a { background-color: rgb(130,48,137); }
div.DivClassName
{
background-color: #823089;
}
.BgClassName
{
background-color: #823089;
}
</style>
border-color css
<style>
span { border-color: #823089; }
span { border-color: rgb(130,48,137); }
td.TdClassName
{
border-color: #823089;
}
.TagClassName
{
border-color: #823089;
}
</style>