Shades of Blue Violet #8315DA
Tints of Blue Violet #8315DA
RGB
CMYK
RGB Variations
Color information
#8315DA (or 0x8315DA) is known color: Blue Violet. HEX triplet: 83, 15 and DA. RGB value is (131,21,218). Sum of RGB (Red+Green+Blue) = 131+21+218=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #8315DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315DA is #7CEA25. Grayscale: #4B4B4B. Windows color (decimal): -8186406 or 14292355. OLE color: 14292355.
HSL color Cylindrical-coordinate representation of color #8315DA: hue angle of 273.5º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8315DA is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 21 | 218 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.15 |
| HSL | 273.5º | 0.82% | 0.47% | - |
| HSV(B) | 273.5º | 0.9% | 0.85% | - |
| XYZ | 22.28 | 10.42 | 67.17 | - |
| YUV | 76.35 | 207.94 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 218 | 0.40 | 0.90 | 0 | 0.15 | 273.5 | 0.82 | 0.47 |
| Hex | 83 | 15 | DA | 28 | 5A | 0 | F | 112 | 52 | 2F |
| Octal | 203 | 25 | 332 | 50 | 132 | 0 | 17 | 422 | 122 | 57 |
| Binary | 10000011 | 10101 | 11011010 | 101000 | 1011010 | 0 | 1111 | 100010010 | 1010010 | 101111 |
Color Harmonies of #8315DA
Complementary color
Monochromatic Colors of #8315DA
Black with #8315DA
Text Example
Text Example
White with #8315DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8315DA; }
p { color: rgb(131,21,218); }
H1.HeaderClassName
{
color: #8315DA;
}
.AnyTagClassName
{
color: #8315DA;
}
</style>
background-color css
<style>
a { background-color: #8315DA; }
a { background-color: rgb(131,21,218); }
div.DivClassName
{
background-color: #8315DA;
}
.BgClassName
{
background-color: #8315DA;
}
</style>
border-color css
<style>
span { border-color: #8315DA; }
span { border-color: rgb(131,21,218); }
td.TdClassName
{
border-color: #8315DA;
}
.TagClassName
{
border-color: #8315DA;
}
</style>