Shades of Blue Violet #8140DB
Tints of Blue Violet #8140DB
RGB
CMYK
RGB Variations
Color information
#8140DB (or 0x8140DB) is known color: Blue Violet. HEX triplet: 81, 40 and DB. RGB value is (129,64,219). Sum of RGB (Red+Green+Blue) = 129+64+219=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #8140DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140DB is #7EBF24. Grayscale: #646464. Windows color (decimal): -8306469 or 14368897. OLE color: 14368897.
HSL color Cylindrical-coordinate representation of color #8140DB: hue angle of 265.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8140DB is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 64 | 219 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.14 |
| HSL | 265.16º | 0.68% | 0.55% | - |
| HSV(B) | 265.16º | 0.71% | 0.86% | - |
| XYZ | 23.67 | 13.45 | 68.37 | - |
| YUV | 101.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 219 | 0.41 | 0.71 | 0 | 0.14 | 265.16 | 0.68 | 0.55 |
| Hex | 81 | 40 | DB | 29 | 47 | 0 | E | 109 | 44 | 37 |
| Octal | 201 | 100 | 333 | 51 | 107 | 0 | 16 | 411 | 104 | 67 |
| Binary | 10000001 | 1000000 | 11011011 | 101001 | 1000111 | 0 | 1110 | 100001001 | 1000100 | 110111 |
Color Harmonies of #8140DB
Complementary color
Monochromatic Colors of #8140DB
Black with #8140DB
Text Example
Text Example
White with #8140DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140DB; }
p { color: rgb(129,64,219); }
H1.HeaderClassName
{
color: #8140DB;
}
.AnyTagClassName
{
color: #8140DB;
}
</style>
background-color css
<style>
a { background-color: #8140DB; }
a { background-color: rgb(129,64,219); }
div.DivClassName
{
background-color: #8140DB;
}
.BgClassName
{
background-color: #8140DB;
}
</style>
border-color css
<style>
span { border-color: #8140DB; }
span { border-color: rgb(129,64,219); }
td.TdClassName
{
border-color: #8140DB;
}
.TagClassName
{
border-color: #8140DB;
}
</style>