Shades of Blue Violet #843AF6
Tints of Blue Violet #843AF6
RGB
CMYK
RGB Variations
Color information
#843AF6 (or 0x843AF6) is known color: Blue Violet. HEX triplet: 84, 3A and F6. RGB value is (132,58,246). Sum of RGB (Red+Green+Blue) = 132+58+246=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #843AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843AF6 is #7BC509. Grayscale: #646464. Windows color (decimal): -8111370 or 16136836. OLE color: 16136836.
HSL color Cylindrical-coordinate representation of color #843AF6: hue angle of 263.62º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #843AF6 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 58 | 246 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.04 |
| HSL | 263.62º | 0.91% | 0.6% | - |
| HSV(B) | 263.62º | 0.76% | 0.96% | - |
| XYZ | 27.66 | 14.59 | 88.55 | - |
| YUV | 101.56 | 209.52 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 246 | 0.46 | 0.76 | 0 | 0.04 | 263.62 | 0.91 | 0.6 |
| Hex | 84 | 3A | F6 | 2E | 4C | 0 | 4 | 108 | 5B | 3C |
| Octal | 204 | 72 | 366 | 56 | 114 | 0 | 4 | 410 | 133 | 74 |
| Binary | 10000100 | 111010 | 11110110 | 101110 | 1001100 | 0 | 100 | 100001000 | 1011011 | 111100 |
Color Harmonies of #843AF6
Complementary color
Monochromatic Colors of #843AF6
Black with #843AF6
Text Example
Text Example
White with #843AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843AF6; }
p { color: rgb(132,58,246); }
H1.HeaderClassName
{
color: #843AF6;
}
.AnyTagClassName
{
color: #843AF6;
}
</style>
background-color css
<style>
a { background-color: #843AF6; }
a { background-color: rgb(132,58,246); }
div.DivClassName
{
background-color: #843AF6;
}
.BgClassName
{
background-color: #843AF6;
}
</style>
border-color css
<style>
span { border-color: #843AF6; }
span { border-color: rgb(132,58,246); }
td.TdClassName
{
border-color: #843AF6;
}
.TagClassName
{
border-color: #843AF6;
}
</style>