Shades of Blue Violet #842ADF
Tints of Blue Violet #842ADF
RGB
CMYK
RGB Variations
Color information
#842ADF (or 0x842ADF) is known color: Blue Violet. HEX triplet: 84, 2A and DF. RGB value is (132,42,223). Sum of RGB (Red+Green+Blue) = 132+42+223=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #842ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ADF is #7BD520. Grayscale: #585858. Windows color (decimal): -8115489 or 14625412. OLE color: 14625412.
HSL color Cylindrical-coordinate representation of color #842ADF: hue angle of 269.83º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842ADF is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 42 | 223 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.13 |
| HSL | 269.83º | 0.74% | 0.52% | - |
| HSV(B) | 269.83º | 0.81% | 0.87% | - |
| XYZ | 23.66 | 11.89 | 70.86 | - |
| YUV | 89.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 223 | 0.41 | 0.81 | 0 | 0.13 | 269.83 | 0.74 | 0.52 |
| Hex | 84 | 2A | DF | 29 | 51 | 0 | D | 10E | 4A | 34 |
| Octal | 204 | 52 | 337 | 51 | 121 | 0 | 15 | 416 | 112 | 64 |
| Binary | 10000100 | 101010 | 11011111 | 101001 | 1010001 | 0 | 1101 | 100001110 | 1001010 | 110100 |
Color Harmonies of #842ADF
Complementary color
Monochromatic Colors of #842ADF
Black with #842ADF
Text Example
Text Example
White with #842ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842ADF; }
p { color: rgb(132,42,223); }
H1.HeaderClassName
{
color: #842ADF;
}
.AnyTagClassName
{
color: #842ADF;
}
</style>
background-color css
<style>
a { background-color: #842ADF; }
a { background-color: rgb(132,42,223); }
div.DivClassName
{
background-color: #842ADF;
}
.BgClassName
{
background-color: #842ADF;
}
</style>
border-color css
<style>
span { border-color: #842ADF; }
span { border-color: rgb(132,42,223); }
td.TdClassName
{
border-color: #842ADF;
}
.TagClassName
{
border-color: #842ADF;
}
</style>