Shades of Vivid Violet #8323A3
Tints of Vivid Violet #8323A3
RGB
CMYK
RGB Variations
Color information
#8323A3 (or 0x8323A3) is known color: Vivid Violet. HEX triplet: 83, 23 and A3. RGB value is (131,35,163). Sum of RGB (Red+Green+Blue) = 131+35+163=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #8323A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8323A3 is #7CDC5C. Grayscale: #4D4D4D. Windows color (decimal): -8182877 or 10691459. OLE color: 10691459.
HSL color Cylindrical-coordinate representation of color #8323A3: hue angle of 285º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8323A3 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 35 | 163 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.36 |
| HSL | 285º | 0.65% | 0.39% | - |
| HSV(B) | 285º | 0.79% | 0.64% | - |
| XYZ | 16.57 | 8.67 | 35.45 | - |
| YUV | 78.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 163 | 0.20 | 0.79 | 0 | 0.36 | 285 | 0.65 | 0.39 |
| Hex | 83 | 23 | A3 | 14 | 4F | 0 | 24 | 11D | 41 | 27 |
| Octal | 203 | 43 | 243 | 24 | 117 | 0 | 44 | 435 | 101 | 47 |
| Binary | 10000011 | 100011 | 10100011 | 10100 | 1001111 | 0 | 100100 | 100011101 | 1000001 | 100111 |
Color Harmonies of #8323A3
Complementary color
Monochromatic Colors of #8323A3
Black with #8323A3
Text Example
Text Example
White with #8323A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8323A3; }
p { color: rgb(131,35,163); }
H1.HeaderClassName
{
color: #8323A3;
}
.AnyTagClassName
{
color: #8323A3;
}
</style>
background-color css
<style>
a { background-color: #8323A3; }
a { background-color: rgb(131,35,163); }
div.DivClassName
{
background-color: #8323A3;
}
.BgClassName
{
background-color: #8323A3;
}
</style>
border-color css
<style>
span { border-color: #8323A3; }
span { border-color: rgb(131,35,163); }
td.TdClassName
{
border-color: #8323A3;
}
.TagClassName
{
border-color: #8323A3;
}
</style>