Shades of Blue Violet #841BDC
Tints of Blue Violet #841BDC
RGB
CMYK
RGB Variations
Color information
#841BDC (or 0x841BDC) is known color: Blue Violet. HEX triplet: 84, 1B and DC. RGB value is (132,27,220). Sum of RGB (Red+Green+Blue) = 132+27+220=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #841BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BDC is #7BE423. Grayscale: #4F4F4F. Windows color (decimal): -8119332 or 14424964. OLE color: 14424964.
HSL color Cylindrical-coordinate representation of color #841BDC: hue angle of 272.64º degrees, saturation: 0.78, 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 #841BDC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 27 | 220 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.14 |
| HSL | 272.64º | 0.78% | 0.48% | - |
| HSV(B) | 272.64º | 0.88% | 0.86% | - |
| XYZ | 22.83 | 10.86 | 68.6 | - |
| YUV | 80.4 | 206.79 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 220 | 0.40 | 0.88 | 0 | 0.14 | 272.64 | 0.78 | 0.48 |
| Hex | 84 | 1B | DC | 28 | 58 | 0 | E | 111 | 4E | 30 |
| Octal | 204 | 33 | 334 | 50 | 130 | 0 | 16 | 421 | 116 | 60 |
| Binary | 10000100 | 11011 | 11011100 | 101000 | 1011000 | 0 | 1110 | 100010001 | 1001110 | 110000 |
Color Harmonies of #841BDC
Complementary color
Monochromatic Colors of #841BDC
Black with #841BDC
Text Example
Text Example
White with #841BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BDC; }
p { color: rgb(132,27,220); }
H1.HeaderClassName
{
color: #841BDC;
}
.AnyTagClassName
{
color: #841BDC;
}
</style>
background-color css
<style>
a { background-color: #841BDC; }
a { background-color: rgb(132,27,220); }
div.DivClassName
{
background-color: #841BDC;
}
.BgClassName
{
background-color: #841BDC;
}
</style>
border-color css
<style>
span { border-color: #841BDC; }
span { border-color: rgb(132,27,220); }
td.TdClassName
{
border-color: #841BDC;
}
.TagClassName
{
border-color: #841BDC;
}
</style>