Shades of Blue Violet #8315F6
Tints of Blue Violet #8315F6
RGB
CMYK
RGB Variations
Color information
#8315F6 (or 0x8315F6) is known color: Blue Violet. HEX triplet: 83, 15 and F6. RGB value is (131,21,246). Sum of RGB (Red+Green+Blue) = 131+21+246=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #8315F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8315F6 is #7CEA09. Grayscale: #4E4E4E. Windows color (decimal): -8186378 or 16127363. OLE color: 16127363.
HSL color Cylindrical-coordinate representation of color #8315F6: hue angle of 269.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8315F6 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 21 | 246 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.04 |
| HSL | 269.33º | 0.93% | 0.52% | - |
| HSV(B) | 269.33º | 0.91% | 0.96% | - |
| XYZ | 26.26 | 12.02 | 88.12 | - |
| YUV | 79.54 | 221.94 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 246 | 0.47 | 0.91 | 0 | 0.04 | 269.33 | 0.93 | 0.52 |
| Hex | 83 | 15 | F6 | 2F | 5B | 0 | 4 | 10D | 5D | 34 |
| Octal | 203 | 25 | 366 | 57 | 133 | 0 | 4 | 415 | 135 | 64 |
| Binary | 10000011 | 10101 | 11110110 | 101111 | 1011011 | 0 | 100 | 100001101 | 1011101 | 110100 |
Color Harmonies of #8315F6
Complementary color
Monochromatic Colors of #8315F6
Black with #8315F6
Text Example
Text Example
White with #8315F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8315F6; }
p { color: rgb(131,21,246); }
H1.HeaderClassName
{
color: #8315F6;
}
.AnyTagClassName
{
color: #8315F6;
}
</style>
background-color css
<style>
a { background-color: #8315F6; }
a { background-color: rgb(131,21,246); }
div.DivClassName
{
background-color: #8315F6;
}
.BgClassName
{
background-color: #8315F6;
}
</style>
border-color css
<style>
span { border-color: #8315F6; }
span { border-color: rgb(131,21,246); }
td.TdClassName
{
border-color: #8315F6;
}
.TagClassName
{
border-color: #8315F6;
}
</style>