Shades of Vivid Violet #8338A0
Tints of Vivid Violet #8338A0
RGB
CMYK
RGB Variations
Color information
#8338A0 (or 0x8338A0) is known color: Vivid Violet. HEX triplet: 83, 38 and A0. RGB value is (131,56,160). Sum of RGB (Red+Green+Blue) = 131+56+160=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 160 - color contains mainly: blue. Hex color #8338A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8338A0 is #7CC75F. Grayscale: #595959. Windows color (decimal): -8177504 or 10500227. OLE color: 10500227.
HSL color Cylindrical-coordinate representation of color #8338A0: hue angle of 283.27º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8338A0 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 56 | 160 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.37 |
| HSL | 283.27º | 0.48% | 0.42% | - |
| HSV(B) | 283.27º | 0.65% | 0.63% | - |
| XYZ | 17.12 | 10.19 | 34.32 | - |
| YUV | 90.28 | 167.35 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 160 | 0.18 | 0.65 | 0 | 0.37 | 283.27 | 0.48 | 0.42 |
| Hex | 83 | 38 | A0 | 12 | 41 | 0 | 25 | 11B | 30 | 2A |
| Octal | 203 | 70 | 240 | 22 | 101 | 0 | 45 | 433 | 60 | 52 |
| Binary | 10000011 | 111000 | 10100000 | 10010 | 1000001 | 0 | 100101 | 100011011 | 110000 | 101010 |
Color Harmonies of #8338A0
Complementary color
Monochromatic Colors of #8338A0
Black with #8338A0
Text Example
Text Example
White with #8338A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338A0; }
p { color: rgb(131,56,160); }
H1.HeaderClassName
{
color: #8338A0;
}
.AnyTagClassName
{
color: #8338A0;
}
</style>
background-color css
<style>
a { background-color: #8338A0; }
a { background-color: rgb(131,56,160); }
div.DivClassName
{
background-color: #8338A0;
}
.BgClassName
{
background-color: #8338A0;
}
</style>
border-color css
<style>
span { border-color: #8338A0; }
span { border-color: rgb(131,56,160); }
td.TdClassName
{
border-color: #8338A0;
}
.TagClassName
{
border-color: #8338A0;
}
</style>