Shades of Blue Violet #843FCF
Tints of Blue Violet #843FCF
RGB
CMYK
RGB Variations
Color information
#843FCF (or 0x843FCF) is known color: Blue Violet. HEX triplet: 84, 3F and CF. RGB value is (132,63,207). Sum of RGB (Red+Green+Blue) = 132+63+207=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #843FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FCF is #7BC030. Grayscale: #636363. Windows color (decimal): -8110129 or 13582212. OLE color: 13582212.
HSL color Cylindrical-coordinate representation of color #843FCF: hue angle of 268.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843FCF is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 63 | 207 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.19 |
| HSL | 268.75º | 0.6% | 0.53% | - |
| HSV(B) | 268.75º | 0.7% | 0.81% | - |
| XYZ | 22.56 | 12.97 | 60.35 | - |
| YUV | 100.05 | 188.36 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 207 | 0.36 | 0.70 | 0 | 0.19 | 268.75 | 0.6 | 0.53 |
| Hex | 84 | 3F | CF | 24 | 46 | 0 | 13 | 10D | 3C | 35 |
| Octal | 204 | 77 | 317 | 44 | 106 | 0 | 23 | 415 | 74 | 65 |
| Binary | 10000100 | 111111 | 11001111 | 100100 | 1000110 | 0 | 10011 | 100001101 | 111100 | 110101 |
Color Harmonies of #843FCF
Complementary color
Monochromatic Colors of #843FCF
Black with #843FCF
Text Example
Text Example
White with #843FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843FCF; }
p { color: rgb(132,63,207); }
H1.HeaderClassName
{
color: #843FCF;
}
.AnyTagClassName
{
color: #843FCF;
}
</style>
background-color css
<style>
a { background-color: #843FCF; }
a { background-color: rgb(132,63,207); }
div.DivClassName
{
background-color: #843FCF;
}
.BgClassName
{
background-color: #843FCF;
}
</style>
border-color css
<style>
span { border-color: #843FCF; }
span { border-color: rgb(132,63,207); }
td.TdClassName
{
border-color: #843FCF;
}
.TagClassName
{
border-color: #843FCF;
}
</style>