Shades of Medium Purple #946BDF
Tints of Medium Purple #946BDF
RGB
CMYK
RGB Variations
Color information
#946BDF (or 0x946BDF) is known color: Medium Purple. HEX triplet: 94, 6B and DF. RGB value is (148,107,223). Sum of RGB (Red+Green+Blue) = 148+107+223=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #946BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BDF is #6B9420. Grayscale: #848484. Windows color (decimal): -7050273 or 14642068. OLE color: 14642068.
HSL color Cylindrical-coordinate representation of color #946BDF: hue angle of 261.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #946BDF is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 107 | 223 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.13 |
| HSL | 261.21º | 0.64% | 0.65% | - |
| HSV(B) | 261.21º | 0.52% | 0.87% | - |
| XYZ | 30.79 | 22.14 | 72.46 | - |
| YUV | 132.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 223 | 0.34 | 0.52 | 0 | 0.13 | 261.21 | 0.64 | 0.65 |
| Hex | 94 | 6B | DF | 22 | 34 | 0 | D | 105 | 40 | 41 |
| Octal | 224 | 153 | 337 | 42 | 64 | 0 | 15 | 405 | 100 | 101 |
| Binary | 10010100 | 1101011 | 11011111 | 100010 | 110100 | 0 | 1101 | 100000101 | 1000000 | 1000001 |
Color Harmonies of #946BDF
Complementary color
Monochromatic Colors of #946BDF
Black with #946BDF
Text Example
Text Example
White with #946BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BDF; }
p { color: rgb(148,107,223); }
H1.HeaderClassName
{
color: #946BDF;
}
.AnyTagClassName
{
color: #946BDF;
}
</style>
background-color css
<style>
a { background-color: #946BDF; }
a { background-color: rgb(148,107,223); }
div.DivClassName
{
background-color: #946BDF;
}
.BgClassName
{
background-color: #946BDF;
}
</style>
border-color css
<style>
span { border-color: #946BDF; }
span { border-color: rgb(148,107,223); }
td.TdClassName
{
border-color: #946BDF;
}
.TagClassName
{
border-color: #946BDF;
}
</style>