Shades of Blue Violet #8317EC
Tints of Blue Violet #8317EC
RGB
CMYK
RGB Variations
Color information
#8317EC (or 0x8317EC) is known color: Blue Violet. HEX triplet: 83, 17 and EC. RGB value is (131,23,236). Sum of RGB (Red+Green+Blue) = 131+23+236=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #8317EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8317EC is #7CE813. Grayscale: #4E4E4E. Windows color (decimal): -8185876 or 15472515. OLE color: 15472515.
HSL color Cylindrical-coordinate representation of color #8317EC: hue angle of 270.42º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8317EC is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 23 | 236 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.07 |
| HSL | 270.42º | 0.85% | 0.51% | - |
| HSV(B) | 270.42º | 0.9% | 0.93% | - |
| XYZ | 24.81 | 11.49 | 80.27 | - |
| YUV | 79.57 | 216.28 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 236 | 0.44 | 0.90 | 0 | 0.07 | 270.42 | 0.85 | 0.51 |
| Hex | 83 | 17 | EC | 2C | 5A | 0 | 7 | 10E | 55 | 33 |
| Octal | 203 | 27 | 354 | 54 | 132 | 0 | 7 | 416 | 125 | 63 |
| Binary | 10000011 | 10111 | 11101100 | 101100 | 1011010 | 0 | 111 | 100001110 | 1010101 | 110011 |
Color Harmonies of #8317EC
Complementary color
Monochromatic Colors of #8317EC
Black with #8317EC
Text Example
Text Example
White with #8317EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8317EC; }
p { color: rgb(131,23,236); }
H1.HeaderClassName
{
color: #8317EC;
}
.AnyTagClassName
{
color: #8317EC;
}
</style>
background-color css
<style>
a { background-color: #8317EC; }
a { background-color: rgb(131,23,236); }
div.DivClassName
{
background-color: #8317EC;
}
.BgClassName
{
background-color: #8317EC;
}
</style>
border-color css
<style>
span { border-color: #8317EC; }
span { border-color: rgb(131,23,236); }
td.TdClassName
{
border-color: #8317EC;
}
.TagClassName
{
border-color: #8317EC;
}
</style>