Shades of Vivid Violet #823BA3
Tints of Vivid Violet #823BA3
RGB
CMYK
RGB Variations
Color information
#823BA3 (or 0x823BA3) is known color: Vivid Violet. HEX triplet: 82, 3B and A3. RGB value is (130,59,163). Sum of RGB (Red+Green+Blue) = 130+59+163=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #823BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BA3 is #7DC45C. Grayscale: #5B5B5B. Windows color (decimal): -8242269 or 10697602. OLE color: 10697602.
HSL color Cylindrical-coordinate representation of color #823BA3: hue angle of 280.96º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823BA3 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 59 | 163 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.36 |
| HSL | 280.96º | 0.47% | 0.44% | - |
| HSV(B) | 280.96º | 0.64% | 0.64% | - |
| XYZ | 17.38 | 10.52 | 35.76 | - |
| YUV | 92.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 163 | 0.20 | 0.64 | 0 | 0.36 | 280.96 | 0.47 | 0.44 |
| Hex | 82 | 3B | A3 | 14 | 40 | 0 | 24 | 119 | 2F | 2C |
| Octal | 202 | 73 | 243 | 24 | 100 | 0 | 44 | 431 | 57 | 54 |
| Binary | 10000010 | 111011 | 10100011 | 10100 | 1000000 | 0 | 100100 | 100011001 | 101111 | 101100 |
Color Harmonies of #823BA3
Complementary color
Monochromatic Colors of #823BA3
Black with #823BA3
Text Example
Text Example
White with #823BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823BA3; }
p { color: rgb(130,59,163); }
H1.HeaderClassName
{
color: #823BA3;
}
.AnyTagClassName
{
color: #823BA3;
}
</style>
background-color css
<style>
a { background-color: #823BA3; }
a { background-color: rgb(130,59,163); }
div.DivClassName
{
background-color: #823BA3;
}
.BgClassName
{
background-color: #823BA3;
}
</style>
border-color css
<style>
span { border-color: #823BA3; }
span { border-color: rgb(130,59,163); }
td.TdClassName
{
border-color: #823BA3;
}
.TagClassName
{
border-color: #823BA3;
}
</style>