Shades of Blue Violet #844ADE
Tints of Blue Violet #844ADE
RGB
CMYK
RGB Variations
Color information
#844ADE (or 0x844ADE) is known color: Blue Violet. HEX triplet: 84, 4A and DE. RGB value is (132,74,222). Sum of RGB (Red+Green+Blue) = 132+74+222=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #844ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ADE is #7BB521. Grayscale: #6B6B6B. Windows color (decimal): -8107298 or 14568068. OLE color: 14568068.
HSL color Cylindrical-coordinate representation of color #844ADE: hue angle of 263.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844ADE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 74 | 222 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.13 |
| HSL | 263.51º | 0.69% | 0.58% | - |
| HSV(B) | 263.51º | 0.67% | 0.87% | - |
| XYZ | 25.15 | 15.08 | 70.69 | - |
| YUV | 108.21 | 192.22 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 222 | 0.41 | 0.67 | 0 | 0.13 | 263.51 | 0.69 | 0.58 |
| Hex | 84 | 4A | DE | 29 | 43 | 0 | D | 108 | 45 | 3A |
| Octal | 204 | 112 | 336 | 51 | 103 | 0 | 15 | 410 | 105 | 72 |
| Binary | 10000100 | 1001010 | 11011110 | 101001 | 1000011 | 0 | 1101 | 100001000 | 1000101 | 111010 |
Color Harmonies of #844ADE
Complementary color
Monochromatic Colors of #844ADE
Black with #844ADE
Text Example
Text Example
White with #844ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844ADE; }
p { color: rgb(132,74,222); }
H1.HeaderClassName
{
color: #844ADE;
}
.AnyTagClassName
{
color: #844ADE;
}
</style>
background-color css
<style>
a { background-color: #844ADE; }
a { background-color: rgb(132,74,222); }
div.DivClassName
{
background-color: #844ADE;
}
.BgClassName
{
background-color: #844ADE;
}
</style>
border-color css
<style>
span { border-color: #844ADE; }
span { border-color: rgb(132,74,222); }
td.TdClassName
{
border-color: #844ADE;
}
.TagClassName
{
border-color: #844ADE;
}
</style>