Shades of Blue Violet #8315ED
Tints of Blue Violet #8315ED
RGB
CMYK
RGB Variations
Color information
#8315ED (or 0x8315ED) is known color: Blue Violet. HEX triplet: 83, 15 and ED. RGB value is (131,21,237). Sum of RGB (Red+Green+Blue) = 131+21+237=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #8315ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8315ED is #7CEA12. Grayscale: #4D4D4D. Windows color (decimal): -8186387 or 15537539. OLE color: 15537539.
HSL color Cylindrical-coordinate representation of color #8315ED: hue angle of 270.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8315ED is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 21 | 237 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.07 |
| HSL | 270.56º | 0.86% | 0.51% | - |
| HSV(B) | 270.56º | 0.91% | 0.93% | - |
| XYZ | 24.91 | 11.48 | 81.02 | - |
| YUV | 78.51 | 217.44 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 237 | 0.45 | 0.91 | 0 | 0.07 | 270.56 | 0.86 | 0.51 |
| Hex | 83 | 15 | ED | 2D | 5B | 0 | 7 | 10F | 56 | 33 |
| Octal | 203 | 25 | 355 | 55 | 133 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000011 | 10101 | 11101101 | 101101 | 1011011 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8315ED
Complementary color
Monochromatic Colors of #8315ED
Black with #8315ED
Text Example
Text Example
White with #8315ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8315ED; }
p { color: rgb(131,21,237); }
H1.HeaderClassName
{
color: #8315ED;
}
.AnyTagClassName
{
color: #8315ED;
}
</style>
background-color css
<style>
a { background-color: #8315ED; }
a { background-color: rgb(131,21,237); }
div.DivClassName
{
background-color: #8315ED;
}
.BgClassName
{
background-color: #8315ED;
}
</style>
border-color css
<style>
span { border-color: #8315ED; }
span { border-color: rgb(131,21,237); }
td.TdClassName
{
border-color: #8315ED;
}
.TagClassName
{
border-color: #8315ED;
}
</style>