Shades of Blue Violet #841ADC
Tints of Blue Violet #841ADC
RGB
CMYK
RGB Variations
Color information
#841ADC (or 0x841ADC) is known color: Blue Violet. HEX triplet: 84, 1A and DC. RGB value is (132,26,220). Sum of RGB (Red+Green+Blue) = 132+26+220=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #841ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ADC is #7BE523. Grayscale: #4F4F4F. Windows color (decimal): -8119588 or 14424708. OLE color: 14424708.
HSL color Cylindrical-coordinate representation of color #841ADC: hue angle of 272.78º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841ADC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 26 | 220 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.14 |
| HSL | 272.78º | 0.79% | 0.48% | - |
| HSV(B) | 272.78º | 0.88% | 0.86% | - |
| XYZ | 22.8 | 10.81 | 68.6 | - |
| YUV | 79.81 | 207.12 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 220 | 0.40 | 0.88 | 0 | 0.14 | 272.78 | 0.79 | 0.48 |
| Hex | 84 | 1A | DC | 28 | 58 | 0 | E | 111 | 4F | 30 |
| Octal | 204 | 32 | 334 | 50 | 130 | 0 | 16 | 421 | 117 | 60 |
| Binary | 10000100 | 11010 | 11011100 | 101000 | 1011000 | 0 | 1110 | 100010001 | 1001111 | 110000 |
Color Harmonies of #841ADC
Complementary color
Monochromatic Colors of #841ADC
Black with #841ADC
Text Example
Text Example
White with #841ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841ADC; }
p { color: rgb(132,26,220); }
H1.HeaderClassName
{
color: #841ADC;
}
.AnyTagClassName
{
color: #841ADC;
}
</style>
background-color css
<style>
a { background-color: #841ADC; }
a { background-color: rgb(132,26,220); }
div.DivClassName
{
background-color: #841ADC;
}
.BgClassName
{
background-color: #841ADC;
}
</style>
border-color css
<style>
span { border-color: #841ADC; }
span { border-color: rgb(132,26,220); }
td.TdClassName
{
border-color: #841ADC;
}
.TagClassName
{
border-color: #841ADC;
}
</style>