Shades of Medium Purple #946DDB
Tints of Medium Purple #946DDB
RGB
CMYK
RGB Variations
Color information
#946DDB (or 0x946DDB) is known color: Medium Purple. HEX triplet: 94, 6D and DB. RGB value is (148,109,219). Sum of RGB (Red+Green+Blue) = 148+109+219=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #946DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DDB is #6B9224. Grayscale: #848484. Windows color (decimal): -7049765 or 14380436. OLE color: 14380436.
HSL color Cylindrical-coordinate representation of color #946DDB: hue angle of 261.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946DDB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 109 | 219 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.14 |
| HSL | 261.27º | 0.6% | 0.64% | - |
| HSV(B) | 261.27º | 0.5% | 0.86% | - |
| XYZ | 30.47 | 22.35 | 69.73 | - |
| YUV | 133.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 219 | 0.32 | 0.50 | 0 | 0.14 | 261.27 | 0.6 | 0.64 |
| Hex | 94 | 6D | DB | 20 | 32 | 0 | E | 105 | 3C | 40 |
| Octal | 224 | 155 | 333 | 40 | 62 | 0 | 16 | 405 | 74 | 100 |
| Binary | 10010100 | 1101101 | 11011011 | 100000 | 110010 | 0 | 1110 | 100000101 | 111100 | 1000000 |
Color Harmonies of #946DDB
Complementary color
Monochromatic Colors of #946DDB
Black with #946DDB
Text Example
Text Example
White with #946DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946DDB; }
p { color: rgb(148,109,219); }
H1.HeaderClassName
{
color: #946DDB;
}
.AnyTagClassName
{
color: #946DDB;
}
</style>
background-color css
<style>
a { background-color: #946DDB; }
a { background-color: rgb(148,109,219); }
div.DivClassName
{
background-color: #946DDB;
}
.BgClassName
{
background-color: #946DDB;
}
</style>
border-color css
<style>
span { border-color: #946DDB; }
span { border-color: rgb(148,109,219); }
td.TdClassName
{
border-color: #946DDB;
}
.TagClassName
{
border-color: #946DDB;
}
</style>