Shades of Blue Violet #844BDC
Tints of Blue Violet #844BDC
RGB
CMYK
RGB Variations
Color information
#844BDC (or 0x844BDC) is known color: Blue Violet. HEX triplet: 84, 4B and DC. RGB value is (132,75,220). Sum of RGB (Red+Green+Blue) = 132+75+220=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #844BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BDC is #7BB423. Grayscale: #6C6C6C. Windows color (decimal): -8107044 or 14437252. OLE color: 14437252.
HSL color Cylindrical-coordinate representation of color #844BDC: hue angle of 263.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844BDC is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 75 | 220 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.14 |
| HSL | 263.59º | 0.67% | 0.58% | - |
| HSV(B) | 263.59º | 0.66% | 0.86% | - |
| XYZ | 24.95 | 15.11 | 69.31 | - |
| YUV | 108.57 | 190.88 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 220 | 0.40 | 0.66 | 0 | 0.14 | 263.59 | 0.67 | 0.58 |
| Hex | 84 | 4B | DC | 28 | 42 | 0 | E | 108 | 43 | 3A |
| Octal | 204 | 113 | 334 | 50 | 102 | 0 | 16 | 410 | 103 | 72 |
| Binary | 10000100 | 1001011 | 11011100 | 101000 | 1000010 | 0 | 1110 | 100001000 | 1000011 | 111010 |
Color Harmonies of #844BDC
Complementary color
Monochromatic Colors of #844BDC
Black with #844BDC
Text Example
Text Example
White with #844BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BDC; }
p { color: rgb(132,75,220); }
H1.HeaderClassName
{
color: #844BDC;
}
.AnyTagClassName
{
color: #844BDC;
}
</style>
background-color css
<style>
a { background-color: #844BDC; }
a { background-color: rgb(132,75,220); }
div.DivClassName
{
background-color: #844BDC;
}
.BgClassName
{
background-color: #844BDC;
}
</style>
border-color css
<style>
span { border-color: #844BDC; }
span { border-color: rgb(132,75,220); }
td.TdClassName
{
border-color: #844BDC;
}
.TagClassName
{
border-color: #844BDC;
}
</style>