Shades of Blue Violet #841ADF
Tints of Blue Violet #841ADF
RGB
CMYK
RGB Variations
Color information
#841ADF (or 0x841ADF) is known color: Blue Violet. HEX triplet: 84, 1A and DF. RGB value is (132,26,223). Sum of RGB (Red+Green+Blue) = 132+26+223=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #841ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ADF is #7BE520. Grayscale: #4F4F4F. Windows color (decimal): -8119585 or 14621316. OLE color: 14621316.
HSL color Cylindrical-coordinate representation of color #841ADF: hue angle of 272.28º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841ADF is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 26 | 223 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.13 |
| HSL | 272.28º | 0.79% | 0.49% | - |
| HSV(B) | 272.28º | 0.88% | 0.87% | - |
| XYZ | 23.2 | 10.97 | 70.71 | - |
| YUV | 80.15 | 208.62 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 223 | 0.41 | 0.88 | 0 | 0.13 | 272.28 | 0.79 | 0.49 |
| Hex | 84 | 1A | DF | 29 | 58 | 0 | D | 110 | 4F | 31 |
| Octal | 204 | 32 | 337 | 51 | 130 | 0 | 15 | 420 | 117 | 61 |
| Binary | 10000100 | 11010 | 11011111 | 101001 | 1011000 | 0 | 1101 | 100010000 | 1001111 | 110001 |
Color Harmonies of #841ADF
Complementary color
Monochromatic Colors of #841ADF
Black with #841ADF
Text Example
Text Example
White with #841ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841ADF; }
p { color: rgb(132,26,223); }
H1.HeaderClassName
{
color: #841ADF;
}
.AnyTagClassName
{
color: #841ADF;
}
</style>
background-color css
<style>
a { background-color: #841ADF; }
a { background-color: rgb(132,26,223); }
div.DivClassName
{
background-color: #841ADF;
}
.BgClassName
{
background-color: #841ADF;
}
</style>
border-color css
<style>
span { border-color: #841ADF; }
span { border-color: rgb(132,26,223); }
td.TdClassName
{
border-color: #841ADF;
}
.TagClassName
{
border-color: #841ADF;
}
</style>