Shades of Medium Purple #946FD6
Tints of Medium Purple #946FD6
RGB
CMYK
RGB Variations
Color information
#946FD6 (or 0x946FD6) is known color: Medium Purple. HEX triplet: 94, 6F and D6. RGB value is (148,111,214). Sum of RGB (Red+Green+Blue) = 148+111+214=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #946FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946FD6 is #6B9029. Grayscale: #858585. Windows color (decimal): -7049258 or 14053268. OLE color: 14053268.
HSL color Cylindrical-coordinate representation of color #946FD6: hue angle of 261.55º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946FD6 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 111 | 214 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.16 |
| HSL | 261.55º | 0.56% | 0.64% | - |
| HSV(B) | 261.55º | 0.48% | 0.84% | - |
| XYZ | 30.03 | 22.52 | 66.38 | - |
| YUV | 133.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 214 | 0.31 | 0.48 | 0 | 0.16 | 261.55 | 0.56 | 0.64 |
| Hex | 94 | 6F | D6 | 1F | 30 | 0 | 10 | 106 | 38 | 40 |
| Octal | 224 | 157 | 326 | 37 | 60 | 0 | 20 | 406 | 70 | 100 |
| Binary | 10010100 | 1101111 | 11010110 | 11111 | 110000 | 0 | 10000 | 100000110 | 111000 | 1000000 |
Color Harmonies of #946FD6
Complementary color
Monochromatic Colors of #946FD6
Black with #946FD6
Text Example
Text Example
White with #946FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FD6; }
p { color: rgb(148,111,214); }
H1.HeaderClassName
{
color: #946FD6;
}
.AnyTagClassName
{
color: #946FD6;
}
</style>
background-color css
<style>
a { background-color: #946FD6; }
a { background-color: rgb(148,111,214); }
div.DivClassName
{
background-color: #946FD6;
}
.BgClassName
{
background-color: #946FD6;
}
</style>
border-color css
<style>
span { border-color: #946FD6; }
span { border-color: rgb(148,111,214); }
td.TdClassName
{
border-color: #946FD6;
}
.TagClassName
{
border-color: #946FD6;
}
</style>