Shades of Blue Violet #843DEF
Tints of Blue Violet #843DEF
RGB
CMYK
RGB Variations
Color information
#843DEF (or 0x843DEF) is known color: Blue Violet. HEX triplet: 84, 3D and EF. RGB value is (132,61,239). Sum of RGB (Red+Green+Blue) = 132+61+239=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #843DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #843DEF is #7BC210. Grayscale: #656565. Windows color (decimal): -8110609 or 15678852. OLE color: 15678852.
HSL color Cylindrical-coordinate representation of color #843DEF: hue angle of 263.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #843DEF is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 61 | 239 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.06 |
| HSL | 263.93º | 0.85% | 0.59% | - |
| HSV(B) | 263.93º | 0.74% | 0.94% | - |
| XYZ | 26.76 | 14.48 | 83.04 | - |
| YUV | 102.52 | 205.02 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 239 | 0.45 | 0.74 | 0 | 0.06 | 263.93 | 0.85 | 0.59 |
| Hex | 84 | 3D | EF | 2D | 4A | 0 | 6 | 108 | 55 | 3B |
| Octal | 204 | 75 | 357 | 55 | 112 | 0 | 6 | 410 | 125 | 73 |
| Binary | 10000100 | 111101 | 11101111 | 101101 | 1001010 | 0 | 110 | 100001000 | 1010101 | 111011 |
Color Harmonies of #843DEF
Complementary color
Monochromatic Colors of #843DEF
Black with #843DEF
Text Example
Text Example
White with #843DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DEF; }
p { color: rgb(132,61,239); }
H1.HeaderClassName
{
color: #843DEF;
}
.AnyTagClassName
{
color: #843DEF;
}
</style>
background-color css
<style>
a { background-color: #843DEF; }
a { background-color: rgb(132,61,239); }
div.DivClassName
{
background-color: #843DEF;
}
.BgClassName
{
background-color: #843DEF;
}
</style>
border-color css
<style>
span { border-color: #843DEF; }
span { border-color: rgb(132,61,239); }
td.TdClassName
{
border-color: #843DEF;
}
.TagClassName
{
border-color: #843DEF;
}
</style>