Shades of Vivid Violet #8318A0
Tints of Vivid Violet #8318A0
RGB
CMYK
RGB Variations
Color information
#8318A0 (or 0x8318A0) is known color: Vivid Violet. HEX triplet: 83, 18 and A0. RGB value is (131,24,160). Sum of RGB (Red+Green+Blue) = 131+24+160=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #8318A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8318A0 is #7CE75F. Grayscale: #474747. Windows color (decimal): -8185696 or 10492035. OLE color: 10492035.
HSL color Cylindrical-coordinate representation of color #8318A0: hue angle of 287.21º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8318A0 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 24 | 160 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.37 |
| HSL | 287.21º | 0.74% | 0.36% | - |
| HSV(B) | 287.21º | 0.85% | 0.63% | - |
| XYZ | 16.03 | 8.02 | 33.96 | - |
| YUV | 71.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 160 | 0.18 | 0.85 | 0 | 0.37 | 287.21 | 0.74 | 0.36 |
| Hex | 83 | 18 | A0 | 12 | 55 | 0 | 25 | 11F | 4A | 24 |
| Octal | 203 | 30 | 240 | 22 | 125 | 0 | 45 | 437 | 112 | 44 |
| Binary | 10000011 | 11000 | 10100000 | 10010 | 1010101 | 0 | 100101 | 100011111 | 1001010 | 100100 |
Color Harmonies of #8318A0
Complementary color
Monochromatic Colors of #8318A0
Black with #8318A0
Text Example
Text Example
White with #8318A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8318A0; }
p { color: rgb(131,24,160); }
H1.HeaderClassName
{
color: #8318A0;
}
.AnyTagClassName
{
color: #8318A0;
}
</style>
background-color css
<style>
a { background-color: #8318A0; }
a { background-color: rgb(131,24,160); }
div.DivClassName
{
background-color: #8318A0;
}
.BgClassName
{
background-color: #8318A0;
}
</style>
border-color css
<style>
span { border-color: #8318A0; }
span { border-color: rgb(131,24,160); }
td.TdClassName
{
border-color: #8318A0;
}
.TagClassName
{
border-color: #8318A0;
}
</style>