Shades of Blue Violet #8122DB
Tints of Blue Violet #8122DB
RGB
CMYK
RGB Variations
Color information
#8122DB (or 0x8122DB) is known color: Blue Violet. HEX triplet: 81, 22 and DB. RGB value is (129,34,219). Sum of RGB (Red+Green+Blue) = 129+34+219=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #8122DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8122DB is #7EDD24. Grayscale: #525252. Windows color (decimal): -8314149 or 14361217. OLE color: 14361217.
HSL color Cylindrical-coordinate representation of color #8122DB: hue angle of 270.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8122DB is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 34 | 219 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.14 |
| HSL | 270.81º | 0.73% | 0.5% | - |
| HSV(B) | 270.81º | 0.84% | 0.86% | - |
| XYZ | 22.41 | 10.93 | 67.95 | - |
| YUV | 83.5 | 204.47 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 219 | 0.41 | 0.84 | 0 | 0.14 | 270.81 | 0.73 | 0.5 |
| Hex | 81 | 22 | DB | 29 | 54 | 0 | E | 10F | 49 | 32 |
| Octal | 201 | 42 | 333 | 51 | 124 | 0 | 16 | 417 | 111 | 62 |
| Binary | 10000001 | 100010 | 11011011 | 101001 | 1010100 | 0 | 1110 | 100001111 | 1001001 | 110010 |
Color Harmonies of #8122DB
Complementary color
Monochromatic Colors of #8122DB
Black with #8122DB
Text Example
Text Example
White with #8122DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8122DB; }
p { color: rgb(129,34,219); }
H1.HeaderClassName
{
color: #8122DB;
}
.AnyTagClassName
{
color: #8122DB;
}
</style>
background-color css
<style>
a { background-color: #8122DB; }
a { background-color: rgb(129,34,219); }
div.DivClassName
{
background-color: #8122DB;
}
.BgClassName
{
background-color: #8122DB;
}
</style>
border-color css
<style>
span { border-color: #8122DB; }
span { border-color: rgb(129,34,219); }
td.TdClassName
{
border-color: #8122DB;
}
.TagClassName
{
border-color: #8122DB;
}
</style>