Shades of Blue Violet #841BED
Tints of Blue Violet #841BED
RGB
CMYK
RGB Variations
Color information
#841BED (or 0x841BED) is known color: Blue Violet. HEX triplet: 84, 1B and ED. RGB value is (132,27,237). Sum of RGB (Red+Green+Blue) = 132+27+237=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #841BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841BED is #7BE412. Grayscale: #515151. Windows color (decimal): -8119315 or 15539076. OLE color: 15539076.
HSL color Cylindrical-coordinate representation of color #841BED: hue angle of 270º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841BED is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 27 | 237 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.52% | - |
| HSV(B) | 270º | 0.89% | 0.93% | - |
| XYZ | 25.19 | 11.8 | 81.07 | - |
| YUV | 82.34 | 215.29 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 237 | 0.44 | 0.89 | 0 | 0.07 | 270 | 0.85 | 0.52 |
| Hex | 84 | 1B | ED | 2C | 59 | 0 | 7 | 10E | 55 | 34 |
| Octal | 204 | 33 | 355 | 54 | 131 | 0 | 7 | 416 | 125 | 64 |
| Binary | 10000100 | 11011 | 11101101 | 101100 | 1011001 | 0 | 111 | 100001110 | 1010101 | 110100 |
Color Harmonies of #841BED
Complementary color
Monochromatic Colors of #841BED
Black with #841BED
Text Example
Text Example
White with #841BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BED; }
p { color: rgb(132,27,237); }
H1.HeaderClassName
{
color: #841BED;
}
.AnyTagClassName
{
color: #841BED;
}
</style>
background-color css
<style>
a { background-color: #841BED; }
a { background-color: rgb(132,27,237); }
div.DivClassName
{
background-color: #841BED;
}
.BgClassName
{
background-color: #841BED;
}
</style>
border-color css
<style>
span { border-color: #841BED; }
span { border-color: rgb(132,27,237); }
td.TdClassName
{
border-color: #841BED;
}
.TagClassName
{
border-color: #841BED;
}
</style>