Shades of Blue Violet #844ADB
Tints of Blue Violet #844ADB
RGB
CMYK
RGB Variations
Color information
#844ADB (or 0x844ADB) is known color: Blue Violet. HEX triplet: 84, 4A and DB. RGB value is (132,74,219). Sum of RGB (Red+Green+Blue) = 132+74+219=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #844ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ADB is #7BB524. Grayscale: #6B6B6B. Windows color (decimal): -8107301 or 14371460. OLE color: 14371460.
HSL color Cylindrical-coordinate representation of color #844ADB: hue angle of 264º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844ADB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 74 | 219 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.14 |
| HSL | 264º | 0.67% | 0.57% | - |
| HSV(B) | 264º | 0.66% | 0.86% | - |
| XYZ | 24.75 | 14.92 | 68.59 | - |
| YUV | 107.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 219 | 0.40 | 0.66 | 0 | 0.14 | 264 | 0.67 | 0.57 |
| Hex | 84 | 4A | DB | 28 | 42 | 0 | E | 108 | 43 | 39 |
| Octal | 204 | 112 | 333 | 50 | 102 | 0 | 16 | 410 | 103 | 71 |
| Binary | 10000100 | 1001010 | 11011011 | 101000 | 1000010 | 0 | 1110 | 100001000 | 1000011 | 111001 |
Color Harmonies of #844ADB
Complementary color
Monochromatic Colors of #844ADB
Black with #844ADB
Text Example
Text Example
White with #844ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844ADB; }
p { color: rgb(132,74,219); }
H1.HeaderClassName
{
color: #844ADB;
}
.AnyTagClassName
{
color: #844ADB;
}
</style>
background-color css
<style>
a { background-color: #844ADB; }
a { background-color: rgb(132,74,219); }
div.DivClassName
{
background-color: #844ADB;
}
.BgClassName
{
background-color: #844ADB;
}
</style>
border-color css
<style>
span { border-color: #844ADB; }
span { border-color: rgb(132,74,219); }
td.TdClassName
{
border-color: #844ADB;
}
.TagClassName
{
border-color: #844ADB;
}
</style>