Shades of Blue Violet #843CFE
Tints of Blue Violet #843CFE
RGB
CMYK
RGB Variations
Color information
#843CFE (or 0x843CFE) is known color: Blue Violet. HEX triplet: 84, 3C and FE. RGB value is (132,60,254). Sum of RGB (Red+Green+Blue) = 132+60+254=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #843CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843CFE is #7BC301. Grayscale: #666666. Windows color (decimal): -8110850 or 16661636. OLE color: 16661636.
HSL color Cylindrical-coordinate representation of color #843CFE: hue angle of 262.27º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #843CFE is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 60 | 254 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.00 |
| HSL | 262.27º | 0.99% | 0.62% | - |
| HSV(B) | 262.27º | 0.76% | 1% | - |
| XYZ | 29.02 | 15.29 | 95.19 | - |
| YUV | 103.64 | 212.85 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 254 | 0.48 | 0.76 | 0 | 0.00 | 262.27 | 0.99 | 0.62 |
| Hex | 84 | 3C | FE | 30 | 4C | 0 | 0 | 106 | 63 | 3E |
| Octal | 204 | 74 | 376 | 60 | 114 | 0 | 0 | 406 | 143 | 76 |
| Binary | 10000100 | 111100 | 11111110 | 110000 | 1001100 | 0 | 0 | 100000110 | 1100011 | 111110 |
Color Harmonies of #843CFE
Complementary color
Monochromatic Colors of #843CFE
Black with #843CFE
Text Example
Text Example
White with #843CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843CFE; }
p { color: rgb(132,60,254); }
H1.HeaderClassName
{
color: #843CFE;
}
.AnyTagClassName
{
color: #843CFE;
}
</style>
background-color css
<style>
a { background-color: #843CFE; }
a { background-color: rgb(132,60,254); }
div.DivClassName
{
background-color: #843CFE;
}
.BgClassName
{
background-color: #843CFE;
}
</style>
border-color css
<style>
span { border-color: #843CFE; }
span { border-color: rgb(132,60,254); }
td.TdClassName
{
border-color: #843CFE;
}
.TagClassName
{
border-color: #843CFE;
}
</style>