Shades of Blue Violet #8317DF
Tints of Blue Violet #8317DF
RGB
CMYK
RGB Variations
Color information
#8317DF (or 0x8317DF) is known color: Blue Violet. HEX triplet: 83, 17 and DF. RGB value is (131,23,223). Sum of RGB (Red+Green+Blue) = 131+23+223=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #8317DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8317DF is #7CE820. Grayscale: #4D4D4D. Windows color (decimal): -8185889 or 14620547. OLE color: 14620547.
HSL color Cylindrical-coordinate representation of color #8317DF: hue angle of 272.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8317DF is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 23 | 223 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.13 |
| HSL | 272.4º | 0.81% | 0.48% | - |
| HSV(B) | 272.4º | 0.9% | 0.87% | - |
| XYZ | 22.99 | 10.77 | 70.68 | - |
| YUV | 78.09 | 209.78 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 223 | 0.41 | 0.90 | 0 | 0.13 | 272.4 | 0.81 | 0.48 |
| Hex | 83 | 17 | DF | 29 | 5A | 0 | D | 110 | 51 | 30 |
| Octal | 203 | 27 | 337 | 51 | 132 | 0 | 15 | 420 | 121 | 60 |
| Binary | 10000011 | 10111 | 11011111 | 101001 | 1011010 | 0 | 1101 | 100010000 | 1010001 | 110000 |
Color Harmonies of #8317DF
Complementary color
Monochromatic Colors of #8317DF
Black with #8317DF
Text Example
Text Example
White with #8317DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8317DF; }
p { color: rgb(131,23,223); }
H1.HeaderClassName
{
color: #8317DF;
}
.AnyTagClassName
{
color: #8317DF;
}
</style>
background-color css
<style>
a { background-color: #8317DF; }
a { background-color: rgb(131,23,223); }
div.DivClassName
{
background-color: #8317DF;
}
.BgClassName
{
background-color: #8317DF;
}
</style>
border-color css
<style>
span { border-color: #8317DF; }
span { border-color: rgb(131,23,223); }
td.TdClassName
{
border-color: #8317DF;
}
.TagClassName
{
border-color: #8317DF;
}
</style>