Shades of Blue Violet #841EC9
Tints of Blue Violet #841EC9
RGB
CMYK
RGB Variations
Color information
#841EC9 (or 0x841EC9) is known color: Blue Violet. HEX triplet: 84, 1E and C9. RGB value is (132,30,201). Sum of RGB (Red+Green+Blue) = 132+30+201=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #841EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841EC9 is #7BE136. Grayscale: #4F4F4F. Windows color (decimal): -8118583 or 13180548. OLE color: 13180548.
HSL color Cylindrical-coordinate representation of color #841EC9: hue angle of 275.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841EC9 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 30 | 201 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.21 |
| HSL | 275.79º | 0.74% | 0.45% | - |
| HSV(B) | 275.79º | 0.85% | 0.79% | - |
| XYZ | 20.52 | 10.05 | 56.12 | - |
| YUV | 79.99 | 196.29 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 201 | 0.34 | 0.85 | 0 | 0.21 | 275.79 | 0.74 | 0.45 |
| Hex | 84 | 1E | C9 | 22 | 55 | 0 | 15 | 114 | 4A | 2D |
| Octal | 204 | 36 | 311 | 42 | 125 | 0 | 25 | 424 | 112 | 55 |
| Binary | 10000100 | 11110 | 11001001 | 100010 | 1010101 | 0 | 10101 | 100010100 | 1001010 | 101101 |
Color Harmonies of #841EC9
Complementary color
Monochromatic Colors of #841EC9
Black with #841EC9
Text Example
Text Example
White with #841EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EC9; }
p { color: rgb(132,30,201); }
H1.HeaderClassName
{
color: #841EC9;
}
.AnyTagClassName
{
color: #841EC9;
}
</style>
background-color css
<style>
a { background-color: #841EC9; }
a { background-color: rgb(132,30,201); }
div.DivClassName
{
background-color: #841EC9;
}
.BgClassName
{
background-color: #841EC9;
}
</style>
border-color css
<style>
span { border-color: #841EC9; }
span { border-color: rgb(132,30,201); }
td.TdClassName
{
border-color: #841EC9;
}
.TagClassName
{
border-color: #841EC9;
}
</style>