Shades of Blue Violet #844BDF
Tints of Blue Violet #844BDF
RGB
CMYK
RGB Variations
Color information
#844BDF (or 0x844BDF) is known color: Blue Violet. HEX triplet: 84, 4B and DF. RGB value is (132,75,223). Sum of RGB (Red+Green+Blue) = 132+75+223=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #844BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BDF is #7BB420. Grayscale: #6C6C6C. Windows color (decimal): -8107041 or 14633860. OLE color: 14633860.
HSL color Cylindrical-coordinate representation of color #844BDF: hue angle of 263.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844BDF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 75 | 223 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.13 |
| HSL | 263.11º | 0.7% | 0.58% | - |
| HSV(B) | 263.11º | 0.66% | 0.87% | - |
| XYZ | 25.35 | 15.27 | 71.42 | - |
| YUV | 108.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 223 | 0.41 | 0.66 | 0 | 0.13 | 263.11 | 0.7 | 0.58 |
| Hex | 84 | 4B | DF | 29 | 42 | 0 | D | 107 | 46 | 3A |
| Octal | 204 | 113 | 337 | 51 | 102 | 0 | 15 | 407 | 106 | 72 |
| Binary | 10000100 | 1001011 | 11011111 | 101001 | 1000010 | 0 | 1101 | 100000111 | 1000110 | 111010 |
Color Harmonies of #844BDF
Complementary color
Monochromatic Colors of #844BDF
Black with #844BDF
Text Example
Text Example
White with #844BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BDF; }
p { color: rgb(132,75,223); }
H1.HeaderClassName
{
color: #844BDF;
}
.AnyTagClassName
{
color: #844BDF;
}
</style>
background-color css
<style>
a { background-color: #844BDF; }
a { background-color: rgb(132,75,223); }
div.DivClassName
{
background-color: #844BDF;
}
.BgClassName
{
background-color: #844BDF;
}
</style>
border-color css
<style>
span { border-color: #844BDF; }
span { border-color: rgb(132,75,223); }
td.TdClassName
{
border-color: #844BDF;
}
.TagClassName
{
border-color: #844BDF;
}
</style>