Shades of Blue Violet #8314DF
Tints of Blue Violet #8314DF
RGB
CMYK
RGB Variations
Color information
#8314DF (or 0x8314DF) is known color: Blue Violet. HEX triplet: 83, 14 and DF. RGB value is (131,20,223). Sum of RGB (Red+Green+Blue) = 131+20+223=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #8314DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314DF is #7CEB20. Grayscale: #4B4B4B. Windows color (decimal): -8186657 or 14619779. OLE color: 14619779.
HSL color Cylindrical-coordinate representation of color #8314DF: hue angle of 272.81º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8314DF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 20 | 223 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.13 |
| HSL | 272.81º | 0.84% | 0.48% | - |
| HSV(B) | 272.81º | 0.91% | 0.87% | - |
| XYZ | 22.93 | 10.65 | 70.66 | - |
| YUV | 76.33 | 210.77 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 223 | 0.41 | 0.91 | 0 | 0.13 | 272.81 | 0.84 | 0.48 |
| Hex | 83 | 14 | DF | 29 | 5B | 0 | D | 111 | 54 | 30 |
| Octal | 203 | 24 | 337 | 51 | 133 | 0 | 15 | 421 | 124 | 60 |
| Binary | 10000011 | 10100 | 11011111 | 101001 | 1011011 | 0 | 1101 | 100010001 | 1010100 | 110000 |
Color Harmonies of #8314DF
Complementary color
Monochromatic Colors of #8314DF
Black with #8314DF
Text Example
Text Example
White with #8314DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314DF; }
p { color: rgb(131,20,223); }
H1.HeaderClassName
{
color: #8314DF;
}
.AnyTagClassName
{
color: #8314DF;
}
</style>
background-color css
<style>
a { background-color: #8314DF; }
a { background-color: rgb(131,20,223); }
div.DivClassName
{
background-color: #8314DF;
}
.BgClassName
{
background-color: #8314DF;
}
</style>
border-color css
<style>
span { border-color: #8314DF; }
span { border-color: rgb(131,20,223); }
td.TdClassName
{
border-color: #8314DF;
}
.TagClassName
{
border-color: #8314DF;
}
</style>