Shades of Blue Violet #8317DB
Tints of Blue Violet #8317DB
RGB
CMYK
RGB Variations
Color information
#8317DB (or 0x8317DB) is known color: Blue Violet. HEX triplet: 83, 17 and DB. RGB value is (131,23,219). Sum of RGB (Red+Green+Blue) = 131+23+219=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #8317DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8317DB is #7CE824. Grayscale: #4C4C4C. Windows color (decimal): -8185893 or 14358403. OLE color: 14358403.
HSL color Cylindrical-coordinate representation of color #8317DB: hue angle of 273.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8317DB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 23 | 219 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.14 |
| HSL | 273.06º | 0.81% | 0.47% | - |
| HSV(B) | 273.06º | 0.89% | 0.86% | - |
| XYZ | 22.45 | 10.55 | 67.87 | - |
| YUV | 77.64 | 207.78 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 219 | 0.40 | 0.89 | 0 | 0.14 | 273.06 | 0.81 | 0.47 |
| Hex | 83 | 17 | DB | 28 | 59 | 0 | E | 111 | 51 | 2F |
| Octal | 203 | 27 | 333 | 50 | 131 | 0 | 16 | 421 | 121 | 57 |
| Binary | 10000011 | 10111 | 11011011 | 101000 | 1011001 | 0 | 1110 | 100010001 | 1010001 | 101111 |
Color Harmonies of #8317DB
Complementary color
Monochromatic Colors of #8317DB
Black with #8317DB
Text Example
Text Example
White with #8317DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8317DB; }
p { color: rgb(131,23,219); }
H1.HeaderClassName
{
color: #8317DB;
}
.AnyTagClassName
{
color: #8317DB;
}
</style>
background-color css
<style>
a { background-color: #8317DB; }
a { background-color: rgb(131,23,219); }
div.DivClassName
{
background-color: #8317DB;
}
.BgClassName
{
background-color: #8317DB;
}
</style>
border-color css
<style>
span { border-color: #8317DB; }
span { border-color: rgb(131,23,219); }
td.TdClassName
{
border-color: #8317DB;
}
.TagClassName
{
border-color: #8317DB;
}
</style>