Shades of Blue Violet #841CDB
Tints of Blue Violet #841CDB
RGB
CMYK
RGB Variations
Color information
#841CDB (or 0x841CDB) is known color: Blue Violet. HEX triplet: 84, 1C and DB. RGB value is (132,28,219). Sum of RGB (Red+Green+Blue) = 132+28+219=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #841CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CDB is #7BE324. Grayscale: #505050. Windows color (decimal): -8119077 or 14359684. OLE color: 14359684.
HSL color Cylindrical-coordinate representation of color #841CDB: hue angle of 272.67º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841CDB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 28 | 219 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.14 |
| HSL | 272.67º | 0.77% | 0.48% | - |
| HSV(B) | 272.67º | 0.87% | 0.86% | - |
| XYZ | 22.72 | 10.85 | 67.91 | - |
| YUV | 80.87 | 205.96 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 219 | 0.40 | 0.87 | 0 | 0.14 | 272.67 | 0.77 | 0.48 |
| Hex | 84 | 1C | DB | 28 | 57 | 0 | E | 111 | 4D | 30 |
| Octal | 204 | 34 | 333 | 50 | 127 | 0 | 16 | 421 | 115 | 60 |
| Binary | 10000100 | 11100 | 11011011 | 101000 | 1010111 | 0 | 1110 | 100010001 | 1001101 | 110000 |
Color Harmonies of #841CDB
Complementary color
Monochromatic Colors of #841CDB
Black with #841CDB
Text Example
Text Example
White with #841CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CDB; }
p { color: rgb(132,28,219); }
H1.HeaderClassName
{
color: #841CDB;
}
.AnyTagClassName
{
color: #841CDB;
}
</style>
background-color css
<style>
a { background-color: #841CDB; }
a { background-color: rgb(132,28,219); }
div.DivClassName
{
background-color: #841CDB;
}
.BgClassName
{
background-color: #841CDB;
}
</style>
border-color css
<style>
span { border-color: #841CDB; }
span { border-color: rgb(132,28,219); }
td.TdClassName
{
border-color: #841CDB;
}
.TagClassName
{
border-color: #841CDB;
}
</style>