Shades of Medium Purple #946FDF
Tints of Medium Purple #946FDF
RGB
CMYK
RGB Variations
Color information
#946FDF (or 0x946FDF) is known color: Medium Purple. HEX triplet: 94, 6F and DF. RGB value is (148,111,223). Sum of RGB (Red+Green+Blue) = 148+111+223=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #946FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FDF is #6B9020. Grayscale: #868686. Windows color (decimal): -7049249 or 14643092. OLE color: 14643092.
HSL color Cylindrical-coordinate representation of color #946FDF: hue angle of 259.82º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946FDF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 111 | 223 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.13 |
| HSL | 259.82º | 0.64% | 0.65% | - |
| HSV(B) | 259.82º | 0.5% | 0.87% | - |
| XYZ | 31.22 | 22.99 | 72.6 | - |
| YUV | 134.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 223 | 0.34 | 0.50 | 0 | 0.13 | 259.82 | 0.64 | 0.65 |
| Hex | 94 | 6F | DF | 22 | 32 | 0 | D | 104 | 40 | 41 |
| Octal | 224 | 157 | 337 | 42 | 62 | 0 | 15 | 404 | 100 | 101 |
| Binary | 10010100 | 1101111 | 11011111 | 100010 | 110010 | 0 | 1101 | 100000100 | 1000000 | 1000001 |
Color Harmonies of #946FDF
Complementary color
Monochromatic Colors of #946FDF
Black with #946FDF
Text Example
Text Example
White with #946FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FDF; }
p { color: rgb(148,111,223); }
H1.HeaderClassName
{
color: #946FDF;
}
.AnyTagClassName
{
color: #946FDF;
}
</style>
background-color css
<style>
a { background-color: #946FDF; }
a { background-color: rgb(148,111,223); }
div.DivClassName
{
background-color: #946FDF;
}
.BgClassName
{
background-color: #946FDF;
}
</style>
border-color css
<style>
span { border-color: #946FDF; }
span { border-color: rgb(148,111,223); }
td.TdClassName
{
border-color: #946FDF;
}
.TagClassName
{
border-color: #946FDF;
}
</style>