Shades of Blue Violet #841BDD
Tints of Blue Violet #841BDD
RGB
CMYK
RGB Variations
Color information
#841BDD (or 0x841BDD) is known color: Blue Violet. HEX triplet: 84, 1B and DD. RGB value is (132,27,221). Sum of RGB (Red+Green+Blue) = 132+27+221=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #841BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BDD is #7BE422. Grayscale: #4F4F4F. Windows color (decimal): -8119331 or 14490500. OLE color: 14490500.
HSL color Cylindrical-coordinate representation of color #841BDD: hue angle of 272.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841BDD is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 27 | 221 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.13 |
| HSL | 272.47º | 0.78% | 0.49% | - |
| HSV(B) | 272.47º | 0.88% | 0.87% | - |
| XYZ | 22.96 | 10.91 | 69.3 | - |
| YUV | 80.51 | 207.29 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 221 | 0.40 | 0.88 | 0 | 0.13 | 272.47 | 0.78 | 0.49 |
| Hex | 84 | 1B | DD | 28 | 58 | 0 | D | 110 | 4E | 31 |
| Octal | 204 | 33 | 335 | 50 | 130 | 0 | 15 | 420 | 116 | 61 |
| Binary | 10000100 | 11011 | 11011101 | 101000 | 1011000 | 0 | 1101 | 100010000 | 1001110 | 110001 |
Color Harmonies of #841BDD
Complementary color
Monochromatic Colors of #841BDD
Black with #841BDD
Text Example
Text Example
White with #841BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BDD; }
p { color: rgb(132,27,221); }
H1.HeaderClassName
{
color: #841BDD;
}
.AnyTagClassName
{
color: #841BDD;
}
</style>
background-color css
<style>
a { background-color: #841BDD; }
a { background-color: rgb(132,27,221); }
div.DivClassName
{
background-color: #841BDD;
}
.BgClassName
{
background-color: #841BDD;
}
</style>
border-color css
<style>
span { border-color: #841BDD; }
span { border-color: rgb(132,27,221); }
td.TdClassName
{
border-color: #841BDD;
}
.TagClassName
{
border-color: #841BDD;
}
</style>