Shades of Medium Purple #946FDB
Tints of Medium Purple #946FDB
RGB
CMYK
RGB Variations
Color information
#946FDB (or 0x946FDB) is known color: Medium Purple. HEX triplet: 94, 6F and DB. RGB value is (148,111,219). Sum of RGB (Red+Green+Blue) = 148+111+219=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #946FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FDB is #6B9024. Grayscale: #858585. Windows color (decimal): -7049253 or 14380948. OLE color: 14380948.
HSL color Cylindrical-coordinate representation of color #946FDB: hue angle of 260.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946FDB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 111 | 219 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.14 |
| HSL | 260.56º | 0.6% | 0.65% | - |
| HSV(B) | 260.56º | 0.49% | 0.86% | - |
| XYZ | 30.68 | 22.78 | 69.8 | - |
| YUV | 134.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 219 | 0.32 | 0.49 | 0 | 0.14 | 260.56 | 0.6 | 0.65 |
| Hex | 94 | 6F | DB | 20 | 31 | 0 | E | 105 | 3C | 41 |
| Octal | 224 | 157 | 333 | 40 | 61 | 0 | 16 | 405 | 74 | 101 |
| Binary | 10010100 | 1101111 | 11011011 | 100000 | 110001 | 0 | 1110 | 100000101 | 111100 | 1000001 |
Color Harmonies of #946FDB
Complementary color
Monochromatic Colors of #946FDB
Black with #946FDB
Text Example
Text Example
White with #946FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FDB; }
p { color: rgb(148,111,219); }
H1.HeaderClassName
{
color: #946FDB;
}
.AnyTagClassName
{
color: #946FDB;
}
</style>
background-color css
<style>
a { background-color: #946FDB; }
a { background-color: rgb(148,111,219); }
div.DivClassName
{
background-color: #946FDB;
}
.BgClassName
{
background-color: #946FDB;
}
</style>
border-color css
<style>
span { border-color: #946FDB; }
span { border-color: rgb(148,111,219); }
td.TdClassName
{
border-color: #946FDB;
}
.TagClassName
{
border-color: #946FDB;
}
</style>