Shades of Blue Violet #8421DF
Tints of Blue Violet #8421DF
RGB
CMYK
RGB Variations
Color information
#8421DF (or 0x8421DF) is known color: Blue Violet. HEX triplet: 84, 21 and DF. RGB value is (132,33,223). Sum of RGB (Red+Green+Blue) = 132+33+223=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #8421DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421DF is #7BDE20. Grayscale: #535353. Windows color (decimal): -8117793 or 14623108. OLE color: 14623108.
HSL color Cylindrical-coordinate representation of color #8421DF: hue angle of 271.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8421DF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 33 | 223 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.13 |
| HSL | 271.26º | 0.75% | 0.5% | - |
| HSV(B) | 271.26º | 0.85% | 0.87% | - |
| XYZ | 23.38 | 11.32 | 70.77 | - |
| YUV | 84.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 223 | 0.41 | 0.85 | 0 | 0.13 | 271.26 | 0.75 | 0.5 |
| Hex | 84 | 21 | DF | 29 | 55 | 0 | D | 10F | 4B | 32 |
| Octal | 204 | 41 | 337 | 51 | 125 | 0 | 15 | 417 | 113 | 62 |
| Binary | 10000100 | 100001 | 11011111 | 101001 | 1010101 | 0 | 1101 | 100001111 | 1001011 | 110010 |
Color Harmonies of #8421DF
Complementary color
Monochromatic Colors of #8421DF
Black with #8421DF
Text Example
Text Example
White with #8421DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421DF; }
p { color: rgb(132,33,223); }
H1.HeaderClassName
{
color: #8421DF;
}
.AnyTagClassName
{
color: #8421DF;
}
</style>
background-color css
<style>
a { background-color: #8421DF; }
a { background-color: rgb(132,33,223); }
div.DivClassName
{
background-color: #8421DF;
}
.BgClassName
{
background-color: #8421DF;
}
</style>
border-color css
<style>
span { border-color: #8421DF; }
span { border-color: rgb(132,33,223); }
td.TdClassName
{
border-color: #8421DF;
}
.TagClassName
{
border-color: #8421DF;
}
</style>