Shades of Blue Violet #841ADB
Tints of Blue Violet #841ADB
RGB
CMYK
RGB Variations
Color information
#841ADB (or 0x841ADB) is known color: Blue Violet. HEX triplet: 84, 1A and DB. RGB value is (132,26,219). Sum of RGB (Red+Green+Blue) = 132+26+219=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #841ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ADB is #7BE524. Grayscale: #4F4F4F. Windows color (decimal): -8119589 or 14359172. OLE color: 14359172.
HSL color Cylindrical-coordinate representation of color #841ADB: hue angle of 272.95º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841ADB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 26 | 219 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.14 |
| HSL | 272.95º | 0.79% | 0.48% | - |
| HSV(B) | 272.95º | 0.88% | 0.86% | - |
| XYZ | 22.67 | 10.76 | 67.9 | - |
| YUV | 79.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 219 | 0.40 | 0.88 | 0 | 0.14 | 272.95 | 0.79 | 0.48 |
| Hex | 84 | 1A | DB | 28 | 58 | 0 | E | 111 | 4F | 30 |
| Octal | 204 | 32 | 333 | 50 | 130 | 0 | 16 | 421 | 117 | 60 |
| Binary | 10000100 | 11010 | 11011011 | 101000 | 1011000 | 0 | 1110 | 100010001 | 1001111 | 110000 |
Color Harmonies of #841ADB
Complementary color
Monochromatic Colors of #841ADB
Black with #841ADB
Text Example
Text Example
White with #841ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841ADB; }
p { color: rgb(132,26,219); }
H1.HeaderClassName
{
color: #841ADB;
}
.AnyTagClassName
{
color: #841ADB;
}
</style>
background-color css
<style>
a { background-color: #841ADB; }
a { background-color: rgb(132,26,219); }
div.DivClassName
{
background-color: #841ADB;
}
.BgClassName
{
background-color: #841ADB;
}
</style>
border-color css
<style>
span { border-color: #841ADB; }
span { border-color: rgb(132,26,219); }
td.TdClassName
{
border-color: #841ADB;
}
.TagClassName
{
border-color: #841ADB;
}
</style>