Shades of Blue Violet #841CDD
Tints of Blue Violet #841CDD
RGB
CMYK
RGB Variations
Color information
#841CDD (or 0x841CDD) is known color: Blue Violet. HEX triplet: 84, 1C and DD. RGB value is (132,28,221). Sum of RGB (Red+Green+Blue) = 132+28+221=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #841CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CDD is #7BE322. Grayscale: #505050. Windows color (decimal): -8119075 or 14490756. OLE color: 14490756.
HSL color Cylindrical-coordinate representation of color #841CDD: hue angle of 272.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841CDD is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 28 | 221 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.13 |
| HSL | 272.33º | 0.78% | 0.49% | - |
| HSV(B) | 272.33º | 0.87% | 0.87% | - |
| XYZ | 22.98 | 10.96 | 69.31 | - |
| YUV | 81.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 221 | 0.40 | 0.87 | 0 | 0.13 | 272.33 | 0.78 | 0.49 |
| Hex | 84 | 1C | DD | 28 | 57 | 0 | D | 110 | 4E | 31 |
| Octal | 204 | 34 | 335 | 50 | 127 | 0 | 15 | 420 | 116 | 61 |
| Binary | 10000100 | 11100 | 11011101 | 101000 | 1010111 | 0 | 1101 | 100010000 | 1001110 | 110001 |
Color Harmonies of #841CDD
Complementary color
Monochromatic Colors of #841CDD
Black with #841CDD
Text Example
Text Example
White with #841CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CDD; }
p { color: rgb(132,28,221); }
H1.HeaderClassName
{
color: #841CDD;
}
.AnyTagClassName
{
color: #841CDD;
}
</style>
background-color css
<style>
a { background-color: #841CDD; }
a { background-color: rgb(132,28,221); }
div.DivClassName
{
background-color: #841CDD;
}
.BgClassName
{
background-color: #841CDD;
}
</style>
border-color css
<style>
span { border-color: #841CDD; }
span { border-color: rgb(132,28,221); }
td.TdClassName
{
border-color: #841CDD;
}
.TagClassName
{
border-color: #841CDD;
}
</style>