Shades of Blue Violet #8316D9
Tints of Blue Violet #8316D9
RGB
CMYK
RGB Variations
Color information
#8316D9 (or 0x8316D9) is known color: Blue Violet. HEX triplet: 83, 16 and D9. RGB value is (131,22,217). Sum of RGB (Red+Green+Blue) = 131+22+217=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #8316D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316D9 is #7CE926. Grayscale: #4C4C4C. Windows color (decimal): -8186151 or 14227075. OLE color: 14227075.
HSL color Cylindrical-coordinate representation of color #8316D9: hue angle of 273.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8316D9 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 22 | 217 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.15 |
| HSL | 273.54º | 0.82% | 0.47% | - |
| HSV(B) | 273.54º | 0.9% | 0.85% | - |
| XYZ | 22.17 | 10.41 | 66.49 | - |
| YUV | 76.82 | 207.11 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 217 | 0.40 | 0.90 | 0 | 0.15 | 273.54 | 0.82 | 0.47 |
| Hex | 83 | 16 | D9 | 28 | 5A | 0 | F | 112 | 52 | 2F |
| Octal | 203 | 26 | 331 | 50 | 132 | 0 | 17 | 422 | 122 | 57 |
| Binary | 10000011 | 10110 | 11011001 | 101000 | 1011010 | 0 | 1111 | 100010010 | 1010010 | 101111 |
Color Harmonies of #8316D9
Complementary color
Monochromatic Colors of #8316D9
Black with #8316D9
Text Example
Text Example
White with #8316D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8316D9; }
p { color: rgb(131,22,217); }
H1.HeaderClassName
{
color: #8316D9;
}
.AnyTagClassName
{
color: #8316D9;
}
</style>
background-color css
<style>
a { background-color: #8316D9; }
a { background-color: rgb(131,22,217); }
div.DivClassName
{
background-color: #8316D9;
}
.BgClassName
{
background-color: #8316D9;
}
</style>
border-color css
<style>
span { border-color: #8316D9; }
span { border-color: rgb(131,22,217); }
td.TdClassName
{
border-color: #8316D9;
}
.TagClassName
{
border-color: #8316D9;
}
</style>