Shades of Blue Violet #843CDF
Tints of Blue Violet #843CDF
RGB
CMYK
RGB Variations
Color information
#843CDF (or 0x843CDF) is known color: Blue Violet. HEX triplet: 84, 3C and DF. RGB value is (132,60,223). Sum of RGB (Red+Green+Blue) = 132+60+223=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #843CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CDF is #7BC320. Grayscale: #636363. Windows color (decimal): -8110881 or 14630020. OLE color: 14630020.
HSL color Cylindrical-coordinate representation of color #843CDF: hue angle of 266.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #843CDF is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 60 | 223 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.13 |
| HSL | 266.5º | 0.72% | 0.55% | - |
| HSV(B) | 266.5º | 0.73% | 0.87% | - |
| XYZ | 24.45 | 13.46 | 71.12 | - |
| YUV | 100.11 | 197.35 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 223 | 0.41 | 0.73 | 0 | 0.13 | 266.5 | 0.72 | 0.55 |
| Hex | 84 | 3C | DF | 29 | 49 | 0 | D | 10B | 48 | 37 |
| Octal | 204 | 74 | 337 | 51 | 111 | 0 | 15 | 413 | 110 | 67 |
| Binary | 10000100 | 111100 | 11011111 | 101001 | 1001001 | 0 | 1101 | 100001011 | 1001000 | 110111 |
Color Harmonies of #843CDF
Complementary color
Monochromatic Colors of #843CDF
Black with #843CDF
Text Example
Text Example
White with #843CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843CDF; }
p { color: rgb(132,60,223); }
H1.HeaderClassName
{
color: #843CDF;
}
.AnyTagClassName
{
color: #843CDF;
}
</style>
background-color css
<style>
a { background-color: #843CDF; }
a { background-color: rgb(132,60,223); }
div.DivClassName
{
background-color: #843CDF;
}
.BgClassName
{
background-color: #843CDF;
}
</style>
border-color css
<style>
span { border-color: #843CDF; }
span { border-color: rgb(132,60,223); }
td.TdClassName
{
border-color: #843CDF;
}
.TagClassName
{
border-color: #843CDF;
}
</style>