Shades of Blue Violet #842CDA
Tints of Blue Violet #842CDA
RGB
CMYK
RGB Variations
Color information
#842CDA (or 0x842CDA) is known color: Blue Violet. HEX triplet: 84, 2C and DA. RGB value is (132,44,218). Sum of RGB (Red+Green+Blue) = 132+44+218=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #842CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CDA is #7BD325. Grayscale: #595959. Windows color (decimal): -8114982 or 14298244. OLE color: 14298244.
HSL color Cylindrical-coordinate representation of color #842CDA: hue angle of 270.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842CDA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 44 | 218 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.15 |
| HSL | 270.34º | 0.7% | 0.51% | - |
| HSV(B) | 270.34º | 0.8% | 0.85% | - |
| XYZ | 23.07 | 11.77 | 67.39 | - |
| YUV | 90.15 | 200.15 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 218 | 0.39 | 0.80 | 0 | 0.15 | 270.34 | 0.7 | 0.51 |
| Hex | 84 | 2C | DA | 27 | 50 | 0 | F | 10E | 46 | 33 |
| Octal | 204 | 54 | 332 | 47 | 120 | 0 | 17 | 416 | 106 | 63 |
| Binary | 10000100 | 101100 | 11011010 | 100111 | 1010000 | 0 | 1111 | 100001110 | 1000110 | 110011 |
Color Harmonies of #842CDA
Complementary color
Monochromatic Colors of #842CDA
Black with #842CDA
Text Example
Text Example
White with #842CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CDA; }
p { color: rgb(132,44,218); }
H1.HeaderClassName
{
color: #842CDA;
}
.AnyTagClassName
{
color: #842CDA;
}
</style>
background-color css
<style>
a { background-color: #842CDA; }
a { background-color: rgb(132,44,218); }
div.DivClassName
{
background-color: #842CDA;
}
.BgClassName
{
background-color: #842CDA;
}
</style>
border-color css
<style>
span { border-color: #842CDA; }
span { border-color: rgb(132,44,218); }
td.TdClassName
{
border-color: #842CDA;
}
.TagClassName
{
border-color: #842CDA;
}
</style>