Shades of Blue Violet #8149DB
Tints of Blue Violet #8149DB
RGB
CMYK
RGB Variations
Color information
#8149DB (or 0x8149DB) is known color: Blue Violet. HEX triplet: 81, 49 and DB. RGB value is (129,73,219). Sum of RGB (Red+Green+Blue) = 129+73+219=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #8149DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149DB is #7EB624. Grayscale: #696969. Windows color (decimal): -8304165 or 14371201. OLE color: 14371201.
HSL color Cylindrical-coordinate representation of color #8149DB: hue angle of 263.01º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8149DB is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 73 | 219 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.14 |
| HSL | 263.01º | 0.67% | 0.57% | - |
| HSV(B) | 263.01º | 0.67% | 0.86% | - |
| XYZ | 24.22 | 14.55 | 68.55 | - |
| YUV | 106.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 219 | 0.41 | 0.67 | 0 | 0.14 | 263.01 | 0.67 | 0.57 |
| Hex | 81 | 49 | DB | 29 | 43 | 0 | E | 107 | 43 | 39 |
| Octal | 201 | 111 | 333 | 51 | 103 | 0 | 16 | 407 | 103 | 71 |
| Binary | 10000001 | 1001001 | 11011011 | 101001 | 1000011 | 0 | 1110 | 100000111 | 1000011 | 111001 |
Color Harmonies of #8149DB
Complementary color
Monochromatic Colors of #8149DB
Black with #8149DB
Text Example
Text Example
White with #8149DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149DB; }
p { color: rgb(129,73,219); }
H1.HeaderClassName
{
color: #8149DB;
}
.AnyTagClassName
{
color: #8149DB;
}
</style>
background-color css
<style>
a { background-color: #8149DB; }
a { background-color: rgb(129,73,219); }
div.DivClassName
{
background-color: #8149DB;
}
.BgClassName
{
background-color: #8149DB;
}
</style>
border-color css
<style>
span { border-color: #8149DB; }
span { border-color: rgb(129,73,219); }
td.TdClassName
{
border-color: #8149DB;
}
.TagClassName
{
border-color: #8149DB;
}
</style>