Shades of Blue Violet #8319DB
Tints of Blue Violet #8319DB
RGB
CMYK
RGB Variations
Color information
#8319DB (or 0x8319DB) is known color: Blue Violet. HEX triplet: 83, 19 and DB. RGB value is (131,25,219). Sum of RGB (Red+Green+Blue) = 131+25+219=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #8319DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8319DB is #7CE624. Grayscale: #4E4E4E. Windows color (decimal): -8185381 or 14358915. OLE color: 14358915.
HSL color Cylindrical-coordinate representation of color #8319DB: hue angle of 272.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8319DB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 25 | 219 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.14 |
| HSL | 272.78º | 0.8% | 0.48% | - |
| HSV(B) | 272.78º | 0.89% | 0.86% | - |
| XYZ | 22.49 | 10.64 | 67.89 | - |
| YUV | 78.81 | 207.12 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 219 | 0.40 | 0.89 | 0 | 0.14 | 272.78 | 0.8 | 0.48 |
| Hex | 83 | 19 | DB | 28 | 59 | 0 | E | 111 | 50 | 30 |
| Octal | 203 | 31 | 333 | 50 | 131 | 0 | 16 | 421 | 120 | 60 |
| Binary | 10000011 | 11001 | 11011011 | 101000 | 1011001 | 0 | 1110 | 100010001 | 1010000 | 110000 |
Color Harmonies of #8319DB
Complementary color
Monochromatic Colors of #8319DB
Black with #8319DB
Text Example
Text Example
White with #8319DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319DB; }
p { color: rgb(131,25,219); }
H1.HeaderClassName
{
color: #8319DB;
}
.AnyTagClassName
{
color: #8319DB;
}
</style>
background-color css
<style>
a { background-color: #8319DB; }
a { background-color: rgb(131,25,219); }
div.DivClassName
{
background-color: #8319DB;
}
.BgClassName
{
background-color: #8319DB;
}
</style>
border-color css
<style>
span { border-color: #8319DB; }
span { border-color: rgb(131,25,219); }
td.TdClassName
{
border-color: #8319DB;
}
.TagClassName
{
border-color: #8319DB;
}
</style>