Shades of Blue Violet #8317E0
Tints of Blue Violet #8317E0
RGB
CMYK
RGB Variations
Color information
#8317E0 (or 0x8317E0) is known color: Blue Violet. HEX triplet: 83, 17 and E0. RGB value is (131,23,224). Sum of RGB (Red+Green+Blue) = 131+23+224=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #8317E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8317E0 is #7CE81F. Grayscale: #4D4D4D. Windows color (decimal): -8185888 or 14686083. OLE color: 14686083.
HSL color Cylindrical-coordinate representation of color #8317E0: hue angle of 272.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8317E0 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 23 | 224 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.12 |
| HSL | 272.24º | 0.81% | 0.48% | - |
| HSV(B) | 272.24º | 0.9% | 0.88% | - |
| XYZ | 23.12 | 10.82 | 71.39 | - |
| YUV | 78.21 | 210.28 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 224 | 0.42 | 0.90 | 0 | 0.12 | 272.24 | 0.81 | 0.48 |
| Hex | 83 | 17 | E0 | 2A | 5A | 0 | C | 110 | 51 | 30 |
| Octal | 203 | 27 | 340 | 52 | 132 | 0 | 14 | 420 | 121 | 60 |
| Binary | 10000011 | 10111 | 11100000 | 101010 | 1011010 | 0 | 1100 | 100010000 | 1010001 | 110000 |
Color Harmonies of #8317E0
Complementary color
Monochromatic Colors of #8317E0
Black with #8317E0
Text Example
Text Example
White with #8317E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8317E0; }
p { color: rgb(131,23,224); }
H1.HeaderClassName
{
color: #8317E0;
}
.AnyTagClassName
{
color: #8317E0;
}
</style>
background-color css
<style>
a { background-color: #8317E0; }
a { background-color: rgb(131,23,224); }
div.DivClassName
{
background-color: #8317E0;
}
.BgClassName
{
background-color: #8317E0;
}
</style>
border-color css
<style>
span { border-color: #8317E0; }
span { border-color: rgb(131,23,224); }
td.TdClassName
{
border-color: #8317E0;
}
.TagClassName
{
border-color: #8317E0;
}
</style>