Shades of Blue Violet #841CCE
Tints of Blue Violet #841CCE
RGB
CMYK
RGB Variations
Color information
#841CCE (or 0x841CCE) is known color: Blue Violet. HEX triplet: 84, 1C and CE. RGB value is (132,28,206). Sum of RGB (Red+Green+Blue) = 132+28+206=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #841CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CCE is #7BE331. Grayscale: #4E4E4E. Windows color (decimal): -8119090 or 13507716. OLE color: 13507716.
HSL color Cylindrical-coordinate representation of color #841CCE: hue angle of 275.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841CCE is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 28 | 206 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.19 |
| HSL | 275.06º | 0.76% | 0.46% | - |
| HSV(B) | 275.06º | 0.86% | 0.81% | - |
| XYZ | 21.07 | 10.19 | 59.25 | - |
| YUV | 79.39 | 199.46 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 206 | 0.36 | 0.86 | 0 | 0.19 | 275.06 | 0.76 | 0.46 |
| Hex | 84 | 1C | CE | 24 | 56 | 0 | 13 | 113 | 4C | 2E |
| Octal | 204 | 34 | 316 | 44 | 126 | 0 | 23 | 423 | 114 | 56 |
| Binary | 10000100 | 11100 | 11001110 | 100100 | 1010110 | 0 | 10011 | 100010011 | 1001100 | 101110 |
Color Harmonies of #841CCE
Complementary color
Monochromatic Colors of #841CCE
Black with #841CCE
Text Example
Text Example
White with #841CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CCE; }
p { color: rgb(132,28,206); }
H1.HeaderClassName
{
color: #841CCE;
}
.AnyTagClassName
{
color: #841CCE;
}
</style>
background-color css
<style>
a { background-color: #841CCE; }
a { background-color: rgb(132,28,206); }
div.DivClassName
{
background-color: #841CCE;
}
.BgClassName
{
background-color: #841CCE;
}
</style>
border-color css
<style>
span { border-color: #841CCE; }
span { border-color: rgb(132,28,206); }
td.TdClassName
{
border-color: #841CCE;
}
.TagClassName
{
border-color: #841CCE;
}
</style>