Shades of Blue Violet #843CDE
Tints of Blue Violet #843CDE
RGB
CMYK
RGB Variations
Color information
#843CDE (or 0x843CDE) is known color: Blue Violet. HEX triplet: 84, 3C and DE. RGB value is (132,60,222). Sum of RGB (Red+Green+Blue) = 132+60+222=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #843CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CDE is #7BC321. Grayscale: #636363. Windows color (decimal): -8110882 or 14564484. OLE color: 14564484.
HSL color Cylindrical-coordinate representation of color #843CDE: hue angle of 266.67º degrees, saturation: 0.71, 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 #843CDE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 60 | 222 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.13 |
| HSL | 266.67º | 0.71% | 0.55% | - |
| HSV(B) | 266.67º | 0.73% | 0.87% | - |
| XYZ | 24.32 | 13.41 | 70.41 | - |
| YUV | 100 | 196.85 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 222 | 0.41 | 0.73 | 0 | 0.13 | 266.67 | 0.71 | 0.55 |
| Hex | 84 | 3C | DE | 29 | 49 | 0 | D | 10B | 47 | 37 |
| Octal | 204 | 74 | 336 | 51 | 111 | 0 | 15 | 413 | 107 | 67 |
| Binary | 10000100 | 111100 | 11011110 | 101001 | 1001001 | 0 | 1101 | 100001011 | 1000111 | 110111 |
Color Harmonies of #843CDE
Complementary color
Monochromatic Colors of #843CDE
Black with #843CDE
Text Example
Text Example
White with #843CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843CDE; }
p { color: rgb(132,60,222); }
H1.HeaderClassName
{
color: #843CDE;
}
.AnyTagClassName
{
color: #843CDE;
}
</style>
background-color css
<style>
a { background-color: #843CDE; }
a { background-color: rgb(132,60,222); }
div.DivClassName
{
background-color: #843CDE;
}
.BgClassName
{
background-color: #843CDE;
}
</style>
border-color css
<style>
span { border-color: #843CDE; }
span { border-color: rgb(132,60,222); }
td.TdClassName
{
border-color: #843CDE;
}
.TagClassName
{
border-color: #843CDE;
}
</style>