Shades of Blue Violet #841FCF
Tints of Blue Violet #841FCF
RGB
CMYK
RGB Variations
Color information
#841FCF (or 0x841FCF) is known color: Blue Violet. HEX triplet: 84, 1F and CF. RGB value is (132,31,207). Sum of RGB (Red+Green+Blue) = 132+31+207=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #841FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FCF is #7BE030. Grayscale: #505050. Windows color (decimal): -8118321 or 13574020. OLE color: 13574020.
HSL color Cylindrical-coordinate representation of color #841FCF: hue angle of 274.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841FCF is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 31 | 207 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.19 |
| HSL | 274.43º | 0.74% | 0.47% | - |
| HSV(B) | 274.43º | 0.85% | 0.81% | - |
| XYZ | 21.27 | 10.39 | 59.92 | - |
| YUV | 81.26 | 198.96 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 207 | 0.36 | 0.85 | 0 | 0.19 | 274.43 | 0.74 | 0.47 |
| Hex | 84 | 1F | CF | 24 | 55 | 0 | 13 | 112 | 4A | 2F |
| Octal | 204 | 37 | 317 | 44 | 125 | 0 | 23 | 422 | 112 | 57 |
| Binary | 10000100 | 11111 | 11001111 | 100100 | 1010101 | 0 | 10011 | 100010010 | 1001010 | 101111 |
Color Harmonies of #841FCF
Complementary color
Monochromatic Colors of #841FCF
Black with #841FCF
Text Example
Text Example
White with #841FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841FCF; }
p { color: rgb(132,31,207); }
H1.HeaderClassName
{
color: #841FCF;
}
.AnyTagClassName
{
color: #841FCF;
}
</style>
background-color css
<style>
a { background-color: #841FCF; }
a { background-color: rgb(132,31,207); }
div.DivClassName
{
background-color: #841FCF;
}
.BgClassName
{
background-color: #841FCF;
}
</style>
border-color css
<style>
span { border-color: #841FCF; }
span { border-color: rgb(132,31,207); }
td.TdClassName
{
border-color: #841FCF;
}
.TagClassName
{
border-color: #841FCF;
}
</style>