Shades of Blue Violet #841CDA
Tints of Blue Violet #841CDA
RGB
CMYK
RGB Variations
Color information
#841CDA (or 0x841CDA) is known color: Blue Violet. HEX triplet: 84, 1C and DA. RGB value is (132,28,218). Sum of RGB (Red+Green+Blue) = 132+28+218=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #841CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CDA is #7BE325. Grayscale: #505050. Windows color (decimal): -8119078 or 14294148. OLE color: 14294148.
HSL color Cylindrical-coordinate representation of color #841CDA: hue angle of 272.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841CDA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 28 | 218 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.15 |
| HSL | 272.84º | 0.77% | 0.48% | - |
| HSV(B) | 272.84º | 0.87% | 0.85% | - |
| XYZ | 22.59 | 10.8 | 67.22 | - |
| YUV | 80.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 218 | 0.39 | 0.87 | 0 | 0.15 | 272.84 | 0.77 | 0.48 |
| Hex | 84 | 1C | DA | 27 | 57 | 0 | F | 111 | 4D | 30 |
| Octal | 204 | 34 | 332 | 47 | 127 | 0 | 17 | 421 | 115 | 60 |
| Binary | 10000100 | 11100 | 11011010 | 100111 | 1010111 | 0 | 1111 | 100010001 | 1001101 | 110000 |
Color Harmonies of #841CDA
Complementary color
Monochromatic Colors of #841CDA
Black with #841CDA
Text Example
Text Example
White with #841CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CDA; }
p { color: rgb(132,28,218); }
H1.HeaderClassName
{
color: #841CDA;
}
.AnyTagClassName
{
color: #841CDA;
}
</style>
background-color css
<style>
a { background-color: #841CDA; }
a { background-color: rgb(132,28,218); }
div.DivClassName
{
background-color: #841CDA;
}
.BgClassName
{
background-color: #841CDA;
}
</style>
border-color css
<style>
span { border-color: #841CDA; }
span { border-color: rgb(132,28,218); }
td.TdClassName
{
border-color: #841CDA;
}
.TagClassName
{
border-color: #841CDA;
}
</style>