Shades of Vivid Violet #823083
Tints of Vivid Violet #823083
RGB
CMYK
RGB Variations
Color information
#823083 (or 0x823083) is known color: Vivid Violet. HEX triplet: 82, 30 and 83. RGB value is (130,48,131). Sum of RGB (Red+Green+Blue) = 130+48+131=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #823083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823083 is #7DCF7C. Grayscale: #515151. Windows color (decimal): -8245117 or 8597634. OLE color: 8597634.
HSL color Cylindrical-coordinate representation of color #823083: hue angle of 299.28º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823083 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 131 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.49 |
| HSL | 299.28º | 0.46% | 0.35% | - |
| HSV(B) | 299.28º | 0.63% | 0.51% | - |
| XYZ | 14.36 | 8.5 | 22.36 | - |
| YUV | 81.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 131 | 0.01 | 0.63 | 0 | 0.49 | 299.28 | 0.46 | 0.35 |
| Hex | 82 | 30 | 83 | 1 | 3F | 0 | 31 | 12B | 2E | 23 |
| Octal | 202 | 60 | 203 | 1 | 77 | 0 | 61 | 453 | 56 | 43 |
| Binary | 10000010 | 110000 | 10000011 | 1 | 111111 | 0 | 110001 | 100101011 | 101110 | 100011 |
Color Harmonies of #823083
Complementary color
Monochromatic Colors of #823083
Black with #823083
Text Example
Text Example
White with #823083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823083; }
p { color: rgb(130,48,131); }
H1.HeaderClassName
{
color: #823083;
}
.AnyTagClassName
{
color: #823083;
}
</style>
background-color css
<style>
a { background-color: #823083; }
a { background-color: rgb(130,48,131); }
div.DivClassName
{
background-color: #823083;
}
.BgClassName
{
background-color: #823083;
}
</style>
border-color css
<style>
span { border-color: #823083; }
span { border-color: rgb(130,48,131); }
td.TdClassName
{
border-color: #823083;
}
.TagClassName
{
border-color: #823083;
}
</style>