Shades of Blue Violet #8315DB
Tints of Blue Violet #8315DB
RGB
CMYK
RGB Variations
Color information
#8315DB (or 0x8315DB) is known color: Blue Violet. HEX triplet: 83, 15 and DB. RGB value is (131,21,219). Sum of RGB (Red+Green+Blue) = 131+21+219=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #8315DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315DB is #7CEA24. Grayscale: #4B4B4B. Windows color (decimal): -8186405 or 14357891. OLE color: 14357891.
HSL color Cylindrical-coordinate representation of color #8315DB: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8315DB is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 21 | 219 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.14 |
| HSL | 273.33º | 0.83% | 0.47% | - |
| HSV(B) | 273.33º | 0.9% | 0.86% | - |
| XYZ | 22.41 | 10.48 | 67.86 | - |
| YUV | 76.46 | 208.44 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 219 | 0.40 | 0.90 | 0 | 0.14 | 273.33 | 0.83 | 0.47 |
| Hex | 83 | 15 | DB | 28 | 5A | 0 | E | 111 | 52 | 2F |
| Octal | 203 | 25 | 333 | 50 | 132 | 0 | 16 | 421 | 122 | 57 |
| Binary | 10000011 | 10101 | 11011011 | 101000 | 1011010 | 0 | 1110 | 100010001 | 1010010 | 101111 |
Color Harmonies of #8315DB
Complementary color
Monochromatic Colors of #8315DB
Black with #8315DB
Text Example
Text Example
White with #8315DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8315DB; }
p { color: rgb(131,21,219); }
H1.HeaderClassName
{
color: #8315DB;
}
.AnyTagClassName
{
color: #8315DB;
}
</style>
background-color css
<style>
a { background-color: #8315DB; }
a { background-color: rgb(131,21,219); }
div.DivClassName
{
background-color: #8315DB;
}
.BgClassName
{
background-color: #8315DB;
}
</style>
border-color css
<style>
span { border-color: #8315DB; }
span { border-color: rgb(131,21,219); }
td.TdClassName
{
border-color: #8315DB;
}
.TagClassName
{
border-color: #8315DB;
}
</style>