Shades of Blue Violet #841FC9
Tints of Blue Violet #841FC9
RGB
CMYK
RGB Variations
Color information
#841FC9 (or 0x841FC9) is known color: Blue Violet. HEX triplet: 84, 1F and C9. RGB value is (132,31,201). Sum of RGB (Red+Green+Blue) = 132+31+201=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #841FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FC9 is #7BE036. Grayscale: #505050. Windows color (decimal): -8118327 or 13180804. OLE color: 13180804.
HSL color Cylindrical-coordinate representation of color #841FC9: hue angle of 275.65º degrees, saturation: 0.73, 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 #841FC9 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 31 | 201 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.21 |
| HSL | 275.65º | 0.73% | 0.45% | - |
| HSV(B) | 275.65º | 0.85% | 0.79% | - |
| XYZ | 20.55 | 10.1 | 56.13 | - |
| YUV | 80.58 | 195.96 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 201 | 0.34 | 0.85 | 0 | 0.21 | 275.65 | 0.73 | 0.45 |
| Hex | 84 | 1F | C9 | 22 | 55 | 0 | 15 | 114 | 49 | 2D |
| Octal | 204 | 37 | 311 | 42 | 125 | 0 | 25 | 424 | 111 | 55 |
| Binary | 10000100 | 11111 | 11001001 | 100010 | 1010101 | 0 | 10101 | 100010100 | 1001001 | 101101 |
Color Harmonies of #841FC9
Complementary color
Monochromatic Colors of #841FC9
Black with #841FC9
Text Example
Text Example
White with #841FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FC9; }
p { color: rgb(132,31,201); }
H1.HeaderClassName
{
color: #841FC9;
}
.AnyTagClassName
{
color: #841FC9;
}
</style>
background-color css
<style>
a { background-color: #841FC9; }
a { background-color: rgb(132,31,201); }
div.DivClassName
{
background-color: #841FC9;
}
.BgClassName
{
background-color: #841FC9;
}
</style>
border-color css
<style>
span { border-color: #841FC9; }
span { border-color: rgb(132,31,201); }
td.TdClassName
{
border-color: #841FC9;
}
.TagClassName
{
border-color: #841FC9;
}
</style>