Shades of Blue Violet #841BDA
Tints of Blue Violet #841BDA
RGB
CMYK
RGB Variations
Color information
#841BDA (or 0x841BDA) is known color: Blue Violet. HEX triplet: 84, 1B and DA. RGB value is (132,27,218). Sum of RGB (Red+Green+Blue) = 132+27+218=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #841BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BDA is #7BE425. Grayscale: #4F4F4F. Windows color (decimal): -8119334 or 14293892. OLE color: 14293892.
HSL color Cylindrical-coordinate representation of color #841BDA: hue angle of 272.98º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841BDA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 27 | 218 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.15 |
| HSL | 272.98º | 0.78% | 0.48% | - |
| HSV(B) | 272.98º | 0.88% | 0.85% | - |
| XYZ | 22.56 | 10.75 | 67.22 | - |
| YUV | 80.17 | 205.79 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 218 | 0.39 | 0.88 | 0 | 0.15 | 272.98 | 0.78 | 0.48 |
| Hex | 84 | 1B | DA | 27 | 58 | 0 | F | 111 | 4E | 30 |
| Octal | 204 | 33 | 332 | 47 | 130 | 0 | 17 | 421 | 116 | 60 |
| Binary | 10000100 | 11011 | 11011010 | 100111 | 1011000 | 0 | 1111 | 100010001 | 1001110 | 110000 |
Color Harmonies of #841BDA
Complementary color
Monochromatic Colors of #841BDA
Black with #841BDA
Text Example
Text Example
White with #841BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BDA; }
p { color: rgb(132,27,218); }
H1.HeaderClassName
{
color: #841BDA;
}
.AnyTagClassName
{
color: #841BDA;
}
</style>
background-color css
<style>
a { background-color: #841BDA; }
a { background-color: rgb(132,27,218); }
div.DivClassName
{
background-color: #841BDA;
}
.BgClassName
{
background-color: #841BDA;
}
</style>
border-color css
<style>
span { border-color: #841BDA; }
span { border-color: rgb(132,27,218); }
td.TdClassName
{
border-color: #841BDA;
}
.TagClassName
{
border-color: #841BDA;
}
</style>